mirror of
https://github.com/evilhero/mylar
synced 2024-12-26 09:36:53 +00:00
FIX:(#1578) Fixed another error with nzbname generation with invalid options
This commit is contained in:
parent
e400bf7a5d
commit
d94ae388de
1 changed files with 1 additions and 0 deletions
|
@ -1875,6 +1875,7 @@ def nzbname_create(provider, title=None, info=None):
|
|||
#the nzbname here is used when post-processing
|
||||
# it searches nzblog which contains the nzbname to pull out the IssueID and start the post-processing
|
||||
# it is also used to keep the hashinfo for the nzbname in case it fails downloading, it will get put into the failed db for future exclusions
|
||||
nzbname = None
|
||||
|
||||
if mylar.USE_BLACKHOLE and all([provider != '32P', provider != 'TPSE', provider != 'WWT', provider != 'DEM']):
|
||||
if os.path.exists(mylar.BLACKHOLE_DIR):
|
||||
|
|
Loading…
Reference in a new issue