Fixed bug in arguments
This commit is contained in:
parent
1148dce0ab
commit
493fc5cb8d
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue