correct read of fork variable.

This commit is contained in:
clinton-hall 2013-10-24 22:19:51 +10:30
commit 8e0e3de851

View file

@ -94,8 +94,8 @@ def processEpisode(dirName, nzbName=None, failed=False):
watch_dir = "" watch_dir = ""
try: try:
fork = int(config.get("SickBeard", "fork")) fork = config.get("SickBeard", "fork")
except (ConfigParser.NoOptionError, ValueError): except ConfigParser.NoOptionError:
fork = "default" fork = "default"
try: try: