From: Vladislav Skukov Date: Sat, 18 May 2019 23:49:50 +0000 (+0500) Subject: hotfix hot fix X-Git-Url: https://git.xn--bdkaa.com/?a=commitdiff_plain;h=1712d0567820b682f2faa8a44b4657db0c08940b;p=where-are-you.py.git hotfix hot fix --- diff --git a/app.py b/app.py index 5863f0a..eaba1b2 100644 --- a/app.py +++ b/app.py @@ -65,7 +65,7 @@ def add_tips(game): game.tips.append(f'Рядом с вами протекает {o["name"]} 🌊') for d in near_objects['districts']: - success, district_tip = f'В зоне вашей видимости несколько районов. Один из них{create_district_tip(d['name'])}' + success, district_tip = f'В зоне вашей видимости несколько районов. Один из них{create_district_tip(d["name"])}' if success: game.tips.append(district_tip)