Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python-crontab sheduling at specific time

from crontab import CronTab

empty_cron    = CronTab()
my_user_cron  = CronTab(user=True)
users_cron    = CronTab(user='username')
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #sheduling #specific #time
ADD COMMENT
Topic
Name
4+5 =