mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
clear memory
This commit is contained in:
parent
eba2c5662b
commit
d12be2fa82
1 changed files with 2 additions and 0 deletions
|
@ -468,6 +468,7 @@ def initialize(section=None):
|
|||
ACODEC3_ALLOW = transcode_defaults[DEFAULTS]['ACODEC3_ALLOW']
|
||||
ABITRATE3 = transcode_defaults[DEFAULTS]['ABITRATE3']
|
||||
SCODEC = transcode_defaults[DEFAULTS]['SCODEC']
|
||||
transcode_defaults = {} # clear memory
|
||||
|
||||
if VEXTENSION in allow_subs:
|
||||
ALLOWSUBS = 1
|
||||
|
@ -487,6 +488,7 @@ def initialize(section=None):
|
|||
for codec in ACODEC3_ALLOW:
|
||||
if codec in codec_alias:
|
||||
ACODEC3_ALLOW.extend(codec_alias[codec])
|
||||
codec_alias = {} # clear memory
|
||||
|
||||
PASSWORDSFILE = CFG["passwords"]["PassWordFile"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue