Améliore la gestion de la casse pour la recherche de jeux

This commit is contained in:
skylanix
2025-08-22 17:41:36 +02:00
parent 64bffa6996
commit e37b884355
2 changed files with 3 additions and 3 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))