()
syntax calls the function
x = foo()
would assign the function object to x, did you?
in aiocron i can use like this:@aiocron.crontab('29 17 * * 3,6,0')
but how to do that in apscheduler?
like this?@scheduler.scheduled_job('cron', hour='17', minutes='29', day_of_week='wed,sat,sun')
TypeError: object NoneType can't be used in 'await' expression
, but when i use scheduler.shutdown() i checked it with scheduler.running it returns True it means not stopped by doing that