app with uvicorn

This commit is contained in:
Dmitry Afanasyev 2022-08-16 11:43:10 +03:00
parent 94bef74996
commit 296e6b77ca

View File

@ -81,4 +81,3 @@ if __name__ == '__main__':
uvicorn.run(app=app, host=WEBAPP_HOST, port=WEBAPP_PORT)
else:
bot_polling()