From 718c9ab0e100adffbeddce82a56e57cd6c2cfc2a Mon Sep 17 00:00:00 2001 From: zharkovstas Date: Sun, 19 May 2019 05:13:43 +0500 Subject: [PATCH] comment add tips at test game --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1