When executing it throws an error at the end because it’s trying to access add_to_downloads_folder which is not included in the config.json aswell as commented out everywhere else in the code.
Traceback (most recent call last):
File "P:\_projects\_python\_other\sm-au-tv\upload.py", line 511, in <module>
if cfg['local_prefs']['add_to_watch_folder'] or cfg['local_prefs']['add_to_downloads_folder']:
KeyError: 'add_to_downloads_folder'
When executing it throws an error at the end because it's trying to access `add_to_downloads_folder` which is not included in the config.json aswell as commented out everywhere else in the code.
```
Traceback (most recent call last):
File "P:\_projects\_python\_other\sm-au-tv\upload.py", line 511, in <module>
if cfg['local_prefs']['add_to_watch_folder'] or cfg['local_prefs']['add_to_downloads_folder']:
KeyError: 'add_to_downloads_folder'
```
When executing it throws an error at the end because it’s trying to access
add_to_downloads_folder
which is not included in the config.json aswell as commented out everywhere else in the code.fixed in latest commit now