update docker

This commit is contained in:
Gaël
2025-09-08 18:23:36 +02:00
parent 67f85515a9
commit 5f57eab24a
3 changed files with 610 additions and 5 deletions

View File

@@ -414,6 +414,10 @@ async def main():
LOG.info("Starting bot")
if args.run_once:
await task.daily_task()
return
# Démarrage: publier l'édition du jour si elle n'existe pas encore
await task.maybe_run_today()