Enable automatic GC

pull/56/merge
morpheus65535 6 years ago
parent 08559e4167
commit 9d58610f5b

@ -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/'))

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

Loading…
Cancel
Save