diff --git a/couchpotato/runner.py b/couchpotato/runner.py index b2b918a..8e872b1 100644 --- a/couchpotato/runner.py +++ b/couchpotato/runner.py @@ -314,6 +314,8 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En continue else: return + except ValueError: + return except: pass