From 3cdaa39de62d5c130c1e9450bdf7db259b7fcb34 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 7 May 2014 22:06:26 +0930 Subject: [PATCH] Clean up. --- nzbtomedia/autoProcess/autoProcessTV.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nzbtomedia/autoProcess/autoProcessTV.py b/nzbtomedia/autoProcess/autoProcessTV.py index 921548a2..73f1d873 100644 --- a/nzbtomedia/autoProcess/autoProcessTV.py +++ b/nzbtomedia/autoProcess/autoProcessTV.py @@ -73,11 +73,10 @@ class autoProcessTV: remote_path = nzbtomedia.CFG[section][inputCategory]["remote_path"] except: remote_path = None - try: wait_for = int(nzbtomedia.CFG[section][inputCategory]["wait_for"]) except: - wait_for = 2 + wait_for = 2 if not os.path.isdir(dirName) and os.path.isfile(dirName): # If the input directory is a file, assume single file download and split dir/name. dirName = os.path.split(os.path.normpath(dirName))[0]