#27010

scottsh
Participant

Yes you need to add the apscheduler module which allows the app to run every day at the specific time to setup the auto-program for that day.

Use this command to install the extra module.

sudo pip install apscheduler==2.1.2

UPDATE: fixed to specify the version which is now required since apscheduler updated to v3