Closed herzogmedia closed 1 year ago
With the current guide, the cronjob throws an error: /usr/bin/python: No module named pretix
/usr/bin/python: No module named pretix
Current:
18,48 * * * * cd ~/pretix_data && python -m pretix runperiodic
Fix:
18,48 * * * * cd ~/pretix_data && python3.9 -m pretix runperiodic
With the current guide, the cronjob throws an error:
/usr/bin/python: No module named pretix
Current:
Fix: