Why cron not run paython script?

hi,
i added cron in my hestia control panel but why not execute my cron. if i add to /etc/crontab then work fine but not work if add cron from hestia control panel.
sudo /usr/bin/python3 /home/admin/script.py

thank you,

sudo is the problem, you want to run it with root permissions which admin doesnt directly have…

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.