Skip to content

Commit

Permalink
Eventsub experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Feb 29, 2024
1 parent 03c689e commit 4802145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
class Handler(eventsub.Handler):

async def notification(self):
logger.info(self.request.body)
logger.error(self.request.body)
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
class Handler(eventsub.Handler):

async def notification(self):
logger.info(self.request.body)
logger.error(self.request.body)

0 comments on commit 4802145

Please sign in to comment.