From: zharkovstas Date: Sat, 18 May 2019 20:06:07 +0000 (+0500) Subject: add tips at game creation X-Git-Url: https://git.xn--bdkaa.com/?a=commitdiff_plain;h=9a21620f623304a89c640caf225983dce629c432;p=where-are-you.py.git add tips at game creation --- diff --git a/app.py b/app.py index 50b0003..636f0c6 100644 --- a/app.py +++ b/app.py @@ -142,6 +142,9 @@ def post_game(): game = Game(game_id, (lat, lon)) games[game_id] = game + add_tips(game) + show_tips(game, 2) + return { "game_id": game_id, "min_lat": min_lat,