fr_FR.UTF-8

This commit is contained in:
skylanix
2025-08-22 17:47:07 +02:00
committed by GitHub
parent e37b884355
commit 6976966517

View File

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