From 2722d623af150cda2f44eff19c5f4d70131dc806 Mon Sep 17 00:00:00 2001 From: "lxbpxylps@126.com" Date: Tue, 5 Oct 2021 00:11:51 +0800 Subject: [PATCH] Fix webhook bug --- prism/webhook/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prism/webhook/__init__.py b/prism/webhook/__init__.py index 80d3c5b..a2945af 100644 --- a/prism/webhook/__init__.py +++ b/prism/webhook/__init__.py @@ -46,7 +46,7 @@ class Webhook: 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: