mirror of https://github.com/Bunsly/JobSpy
changed to stop running
parent
259304d6eb
commit
4fb2b2dbb7
|
@ -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 ")
|
||||
|
|
Loading…
Reference in New Issue