changed to stop running

pull/231/head
Yariv Menachem 2025-01-01 16:41:39 +02:00
parent 259304d6eb
commit 4fb2b2dbb7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ title_filters: list[str] = ["test", "qa", "Lead", "Full-Stack", "Full Stack", "F
async def stop(update, context):
logger.info("Stop polling from telegram")
await application.stop_running()
application.stop_running()
if __name__ == "__main__":
logger.info("Starting initialize ")