How to run python code for ever until stop it?

802 Views Asked by At

So, i wrote a code that pretty much send a request to website and check for something and if conditions is change it sending email to me.

Code work perfectly fine except one thing, it stop by at self after 2-3 hours of working without any errors. I put everything in while loop. I made exe file and still same issue.

Is it possible to run python code forever ? if not, what languages should i use for that?

0

There are 0 best solutions below