From: zharkovstas Date: Sun, 19 May 2019 00:13:43 +0000 (+0500) Subject: comment add tips at test game X-Git-Url: https://git.xn--bdkaa.com/?a=commitdiff_plain;h=718c9ab0e100adffbeddce82a56e57cd6c2cfc2a;p=where-are-you.py.git comment add tips at test game --- diff --git a/app.py b/app.py index 1eb1eee..b895bfc 100644 --- a/app.py +++ b/app.py @@ -172,8 +172,8 @@ def create_test_game(): lon = min_lon + (max_lon - min_lon) * random() test_game = Game('test', (lat, lon)) - add_tips(test_game) - show_tips(test_game, 2) + # add_tips(test_game) + # show_tips(test_game, 2) return test_game