Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
update while running
#1
i have a very long running script that i would like to have update itself when the script file it was started with is updated. i could certainly check the file's date and see if it has changed. any suggestions for the best way to do this?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#2
Reload a module

https://www.geeksforgeeks.org/reloading-modules-python/
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020