hamdyaea Posted December 10, 2019 Posted December 10, 2019 Hi, I have a python3 program who create an index.html page as output when it runs. It’s not a standard cgi file. It uses the Python standard libraries. Can I use it with cron in public_html to generate my index.html ? Quote
Krydos Posted December 11, 2019 Posted December 11, 2019 Yes, but keep in mind that cron jobs are limited to 2 per day. So you can run that script twice, or you can run two different scripts once each. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.