Skip to content

Commit

Permalink
chore: Debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jul 17, 2023
1 parent 631a110 commit 44fa118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zibot/core/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ async def onZMQReceiveREQMessage(self):
request = {}
print(e)

self.logger.info("Processing ZMQ request...")
self.dispatch("zmq_request", request)
except Exception as e:
print(e)
Expand Down

0 comments on commit 44fa118

Please sign in to comment.