Retire CI test et fichier .env Docker et corrige docker-build.yml

This commit is contained in:
2025-08-25 04:26:10 +02:00
parent 405d53374d
commit 8f31bda68a
4 changed files with 26 additions and 71 deletions

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))