From 296e6b77caad8014949cd7ba6f784a6cebc70847 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Tue, 16 Aug 2022 11:43:10 +0300 Subject: [PATCH] app with uvicorn --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index 1b194ac..dfe4eb9 100644 --- a/app/main.py +++ b/app/main.py @@ -81,4 +81,3 @@ if __name__ == '__main__': uvicorn.run(app=app, host=WEBAPP_HOST, port=WEBAPP_PORT) else: bot_polling() -