configuration humble bundle

This commit is contained in:
Kepka Ludovic
2025-08-11 10:39:58 +02:00
parent 38b2ecc216
commit 84b92f636f
5 changed files with 55 additions and 24 deletions

View File

@@ -9,7 +9,6 @@ def start_server():
logging.info("Start Web Serveur")
from waitress import serve
serve(webapp, host="0.0.0.0", port=5000)
# webapp.run()
def start_discord_bot():
logging.info("Start Discord Bot")