mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
pre-set variables incase decode fails. #954
This commit is contained in:
parent
2ab0ec38f9
commit
9f3dea8cdf
2 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,10 @@ def processTorrent(inputDirectory, inputName, inputCategory, inputHash, inputID,
|
|||
|
||||
myDB = nzbToMediaDB.DBConnection()
|
||||
|
||||
encoded = False
|
||||
inputDirectory1 = inputDirectory
|
||||
inputName1 = inputName
|
||||
|
||||
try:
|
||||
encoded, inputDirectory1 = CharReplace(inputDirectory)
|
||||
encoded, inputName1 = CharReplace(inputName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue