]> git.xn--bdkaa.com Git - where-are-you.py.git/commitdiff
comment add tips at test game
authorzharkovstas <zharkovstas@skbkontur.ru>
Sun, 19 May 2019 00:13:43 +0000 (05:13 +0500)
committerzharkovstas <zharkovstas@skbkontur.ru>
Sun, 19 May 2019 00:13:43 +0000 (05:13 +0500)
app.py

diff --git a/app.py b/app.py
index 1eb1eee572fa73d196fbe26ea898e795cd751f39..b895bfc6d686b24d912c0ccd6a6400fb6fa4e941 100644 (file)
--- 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