Since you’re defining a “Standard” Scheduled Job on the FS, not a “Custom” Scheduled Job in the WUI, you have to synchronise the modifications in hooks.py with the DB. To do so, you have to run
bench migrate
It will not create a Scheduled Job Type record as for a “Custom” Scheduled Job, however it will make the necessary entry in cron.
After running bench migrate, your jobs should run.