TEST échec CI

This commit is contained in:
2025-08-25 03:55:46 +02:00
parent a1b93d1c05
commit eff0b3a402
2 changed files with 26 additions and 2 deletions

View File

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