mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-16 21:50:39 +03:00
app with uvicorn
This commit is contained in:
@@ -81,4 +81,3 @@ if __name__ == '__main__':
|
|||||||
uvicorn.run(app=app, host=WEBAPP_HOST, port=WEBAPP_PORT)
|
uvicorn.run(app=app, host=WEBAPP_HOST, port=WEBAPP_PORT)
|
||||||
else:
|
else:
|
||||||
bot_polling()
|
bot_polling()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user