Fix système arriver départ V1

This commit is contained in:
Mathis 2026-05-25 19:08:45 +02:00
parent 01dd4979d8
commit d9afa32828
18 changed files with 1367 additions and 291 deletions

View file

@ -29,7 +29,7 @@ def send_discord_log(status, message, color, author=None, commit_msg=None):
payload = {"embeds": [embed]}
try:
requests.post(DISCORD_LOG_URL, json=payload, timeout=5)
requests.post(DISCORD_LOG_URL, json=payload, timeout=10) # ✅ Augmenté de 5s à 10s
except Exception as e:
print(f"[!] Erreur envoi Discord : {e}")