Skip to content

Commit

Permalink
bug: use correct locale for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
guerda committed Jan 2, 2025
1 parent e36866e commit 4b8f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euemastobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def create_screenshot_of_traffic_light():
logging.basicConfig(level=logging.DEBUG, format=FORMAT, datefmt=date_format)
logger = logging.getLogger("euemastobot")

locale.setlocale(locale.LC_TIME, "de_DE")
locale.setlocale(locale.LC_TIME, "de_DE.UTF-8")

time_slots = None
try:
Expand Down

0 comments on commit 4b8f300

Please sign in to comment.