My code looks like this at the moment but i get the error; 'TypeError: init() missing 1 required positional argument: 'crontab''
from crontab import CronTab
cron = CronTab()
job = cron.new(command='users/filelocation.py')
job.setall('55 10 15 11 2')
If anyone could help out it would be appreciated, thanks