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