Skip to content

Commit

Permalink
Fix webhook bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli committed Oct 4, 2021
1 parent 7faddb8 commit 2722d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism/webhook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def _handle_event(self) -> None:

if data['data']['type'] not in self.allow_event_list:
logger.log('WEBHOOK', f'Webhook for this event is disabled.')
return
continue

try:
async with aiohttp.ClientSession() as session:
Expand Down

0 comments on commit 2722d62

Please sign in to comment.