mirror of
https://github.com/evilhero/mylar
synced 2025-02-02 20:41:57 +00:00
FIX: When sending to blackhole, would error out on logging invalid variable.
This commit is contained in:
parent
7076adccfb
commit
173b8a9836
1 changed files with 1 additions and 1 deletions
|
@ -1183,7 +1183,7 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDa
|
||||||
logger.warn('Error fetching data from %s: %s' % (nzbprov, e))
|
logger.warn('Error fetching data from %s: %s' % (nzbprov, e))
|
||||||
return
|
return
|
||||||
logger.fdebug("filename saved to your blackhole as : " + str(nzbname) + '.nzb')
|
logger.fdebug("filename saved to your blackhole as : " + str(nzbname) + '.nzb')
|
||||||
logger.info(u"Successfully sent .nzb to your Blackhole directory : " + str(mylar.BLACKHOLE_DIR) + str(filenamenzb) + '.nzb')
|
logger.info(u"Successfully sent .nzb to your Blackhole directory : " + str(mylar.BLACKHOLE_DIR) + str(nzbname) + '.nzb')
|
||||||
sent_to = "your Blackhole Directory"
|
sent_to = "your Blackhole Directory"
|
||||||
#end blackhole
|
#end blackhole
|
||||||
elif nzbprov == 'CBT' or nzbprov == 'KAT':
|
elif nzbprov == 'CBT' or nzbprov == 'KAT':
|
||||||
|
|
Loading…
Reference in a new issue