Skip to content

Commit

Permalink
fix extra quotation mark in configurable REGION_LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
yurnov committed Mar 25, 2024
1 parent 1c75420 commit 886e5a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
"Львівська область",
"Волинська область",
]
else:
REGION_LIST = [region.strip('"') for region in REGION_LIST]

logger.info(f"Bot started with CHAT_ID: {CHAT_ID}")
logger.info(f"Following regions will be monitored: {REGION_LIST}")
Expand Down

0 comments on commit 886e5a3

Please sign in to comment.