woju
/
rcb
1
0
Fork 0

koronawirus: fix logic in TEMPLATE_RESTAURANTS

master
woju 2021-02-01 22:58:25 +00:00
parent e42828b9b3
commit 7499962c54
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def TEMPLATE_RESTAURANTS():
yield 'restauracje i bary są '
opened = random.choice(_data[18])
yield opened
if 'zamknięte' in opened:
if 'zamknięte' not in opened:
yield ', pod warunkiem '
yield c(*_data[19])
yield '.'