mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
remove hard-code delete_original. now uses config value.
This commit is contained in:
parent
27b568b6ad
commit
61d6fe5cb9
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID):
|
||||||
video = int(0)
|
video = int(0)
|
||||||
video2 = int(0)
|
video2 = int(0)
|
||||||
foundFile = int(0)
|
foundFile = int(0)
|
||||||
deleteOriginal = int(0)
|
|
||||||
numCompressed = int(0)
|
numCompressed = int(0)
|
||||||
extractionSuccess = False
|
extractionSuccess = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue