mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Remove unused variable
This commit is contained in:
parent
93ec74f1c7
commit
a289eef88e
5 changed files with 0 additions and 10 deletions
|
@ -745,7 +745,6 @@ def initialize(section=None):
|
|||
if codec in codec_alias:
|
||||
extra = [item for item in codec_alias[codec] if item not in ACODEC3_ALLOW]
|
||||
ACODEC3_ALLOW.extend(extra)
|
||||
codec_alias = {} # clear memory
|
||||
|
||||
PASSWORDSFILE = CFG['passwords']['PassWordFile']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue