From 437a50fa3ce3d3f33c5c6a9e804337d256bc62ea Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Sun, 23 Apr 2023 20:04:13 +0300 Subject: [PATCH] name-sanic --- api/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/webhook.py b/api/webhook.py index 7e5acd8..70c4e8e 100644 --- a/api/webhook.py +++ b/api/webhook.py @@ -15,7 +15,7 @@ from tgbot.handlers.callback_unlink import handle_unlink from tgbot.api import register_webhook -app = Sanic() +app = Sanic(name="welcomecenter") app.config.REGISTERED = False