Enable automatic GC

This commit is contained in:
morpheus65535 2018-03-28 16:33:29 -04:00
parent 08559e4167
commit 9d58610f5b
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
bazarr_version = '0.4.0'
import gc
gc.enable()
import os
import sys
sys.path.insert(0,os.path.join(os.path.dirname(__file__), 'libs/'))

View File

@ -12,6 +12,8 @@ from itertools import islice
from get_general_settings import *
gc.enable()
def store_subtitles(file):
languages = []
actual_subtitles = []