From 185bc2a80d23684c0faa36c9249491f7e421842c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 16 Nov 2017 12:23:37 -0500 Subject: [PATCH] Test --- get_subtitle.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/get_subtitle.py b/get_subtitle.py index 18e2c7baf..c04bf20f8 100644 --- a/get_subtitle.py +++ b/get_subtitle.py @@ -76,3 +76,7 @@ def wanted_search_missing_subtitles(): for episode in data: wanted_download_subtitles(episode[0]) + + del db + del c + del data