View Single Post
01/28/21, 10:39 AM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
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
  Reply With Quote