mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-26 22:40:26 +00:00
Merge pull request #541 from MarkMckessock/develop
This commit is contained in:
commit
63acb4abc5
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ def start(attrs):
|
|||
global stats
|
||||
stats = {"created": 0, "modified": 0, "deleted": 0, "added": 0, "removed": 0, "radarr": 0, "sonarr": 0}
|
||||
try:
|
||||
config = ConfigFile(default_dir, attrs)
|
||||
config = ConfigFile(default_dir, attrs, read_only_config)
|
||||
except Exception as e:
|
||||
util.print_stacktrace()
|
||||
util.print_multiline(e, critical=True)
|
||||
|
|
Loading…
Reference in a new issue