Skip to content

Commit

Permalink
Add more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx committed Sep 18, 2023
1 parent bceb4b7 commit 3c0c6a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wgkex/worker/msg_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ def pick_from_queue() -> None:
)
logger.debug(link_handler(client))
q.task_done()
else:
logger.debug("Queue is empty")

0 comments on commit 3c0c6a2

Please sign in to comment.