Skip to content

Commit

Permalink
refactor log message
Browse files Browse the repository at this point in the history
  • Loading branch information
fjpacheco committed Apr 29, 2024
1 parent 82125ac commit 045e896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def alarm_manager(ctx: Worker, date_time: datetime):
date_time))
tasks.append(task)

logger.debug("Wating for all tasks to finish...")
logger.debug("Waiting for all tasks to finish...")
await asyncio.gather(*tasks)
logger.info(f"All alarms notified at {date_time}")
except Exception as e:
Expand Down

0 comments on commit 045e896

Please sign in to comment.