Remet fr_FR.UTF-8

This commit is contained in:
2025-08-25 02:28:17 +02:00
parent 7b4ff2313a
commit 7931f3abef

View File

@@ -23,7 +23,7 @@ def start_twitch_bot():
twitchBot.begin()
if __name__ == '__main__':
locale.setlocale(locale.LC_TIME, 'fr_CH.UTF-8')
locale.setlocale(locale.LC_TIME, 'fr_FR.UTF-8')
jobs = []
jobs.append(threading.Thread(target=start_discord_bot))