View Single Post
02/19/21, 09:04 PM   #6
marcjordan
AddOn Author - Click to view addons
Join Date: Sep 2020
Posts: 14
Originally Posted by sirinsidiator View Post
Any reason why you don't just use a filesystem watcher? That way you get notified when the file is modified.
I've never really worked with Python, but in other languages that's usually how I solve something like that and it doesn't seem like it's all too difficult to do in Python either: https://levelup.gitconnected.com/how...i=81bf446b0578
I implemented your watchdog suggestion. So much better.
  Reply With Quote