diff options
| -rwxr-xr-x | library.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -92,7 +92,7 @@ def update_track_filename(oldpath, newpath):      track.save()  if __name__ == "__main__": -    monkey.patch_all() +    monkey.patch_all(thread=False)      config = configparser.ConfigParser()      config.read("mach2.ini") | 
