From 3a819007c1403e62f5cd46a33c345177751b296a Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 12 Dec 2024 00:29:04 +0300 Subject: [PATCH] morelogs-update --- services/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/webhook.py b/services/webhook.py index 34c9389f..3c941ec3 100644 --- a/services/webhook.py +++ b/services/webhook.py @@ -17,7 +17,7 @@ from services.schema import request_graphql_data from settings import ADMIN_SECRET, WEBHOOK_SECRET -async def check_webhook_existence() -> bool: +async def check_webhook_existence(): logger.info("check_webhook_existence called") headers = {