Fix: nzbname correction for blackhole use (to allow for post-processing)

This commit is contained in:
evilhero 2013-01-01 15:38:54 -05:00
parent 2061429a1d
commit bded095707
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, nzbprov, nzbpr, Is
urllib.urlretrieve(linkapi, str(mylar.BLACKHOLE_DIR) + str(filenamenzb))
logger.fdebug("filename saved to your blackhole as : " + str(filenamenzb))
logger.info(u"Successfully sent .nzb to your Blackhole directory : " + str(mylar.BLACKHOLE_DIR) + str(filenamenzb) )
nzbname = str(filenamenzb)
nzbname = str(ComicName) + " " + str(IssueNumber) + " (" + str(comyear) + ")"
#end blackhole
else: