I am trying to schedule a task to run every 10 hours using the python anywhere api module. I have the task created and attempted to edit it with the code below.
> pa_update_scheduled_task.py $10 -o $(date -d"$(date) + 1 minute + %M") -p
However, I keep getting the error "
< --hour has to be in 0..23 >
"
What am I doing wrong? Thank you!