From bc0a451ecafefe2d3346de3b51d0e86014b2ccf9 Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Sun, 19 May 2019 03:03:04 +0300 Subject: [PATCH] fuck that space --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 16fd0d1..ab336bb 100644 --- a/app.py +++ b/app.py @@ -68,7 +68,7 @@ def add_tips(game): success, district_tip = create_district_tip(d["name"]) if success: - game.tips.append('В зоне вашей видимости несколько районов. Один из них ' + district_tip) + game.tips.append('В зоне вашей видимости несколько районов. Один из них' + district_tip) for s in near_objects['streets']: success, summary = parse_summary( -- 2.50.1