Jump to content

[Answered] Simple python 3 script who create an index.html non/cgi


Recommended Posts

Posted

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 ?

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...