Running Python package console script with cron -


i have python package provides console executable airship run on regular basis using cron. however, when add line crontab should this, script never executes. have way of telling when script being executed (my steam status shows me playing specific game). result of crontab -l:

*/2 * * * * /usr/bin/env airship 

(the 2 testing purposes, ideally 15).

what stopping happening?


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -