Log en français et corrections, description page protondb

This commit is contained in:
skylanix
2025-08-22 15:40:41 +02:00
parent 0a40766662
commit a4ce31a39b
6 changed files with 16 additions and 15 deletions

View File

@@ -8,17 +8,17 @@ from twitchbot import twitchBot
def start_server():
logging.info("Start Web Serveur")
logging.info("Démarrage du serveur web")
from waitress import serve
serve(webapp, host="0.0.0.0", port=5000)
def start_discord_bot():
logging.info("Start Discord Bot")
logging.info("Démarrage du bot Discord")
with webapp.app_context():
bot.begin()
def start_twitch_bot():
logging.info("Start Twitch Bot")
logging.info("Démarrage du bot Twitch")
with webapp.app_context():
twitchBot.begin()