From 493fc5cb8dce5ce3c55641a2916f50fab0eb0c8c Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Wed, 10 Jul 2013 11:13:42 +1000 Subject: [PATCH] Fixed bug in arguments --- TVEncoder.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TVEncoder.py b/TVEncoder.py index c9c1cca..7ba447b 100644 --- a/TVEncoder.py +++ b/TVEncoder.py @@ -33,7 +33,7 @@ def PrintShowsToPrepare(showsData): def main(argv): numFiles = 0 doEncode = False - readOnly = True + readOnly = False doList = False try: @@ -47,9 +47,7 @@ def main(argv): sys.exit() elif opt == "-p": doEncode = False - readOnly = False elif opt == "-e": - readOnly = False doEncode = True elif opt == "-n": numFiles = arg