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 ?
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now