This commit is contained in:
Louis Vézina 2017-11-16 12:23:37 -05:00
parent 2fcfa65a31
commit 185bc2a80d
1 changed files with 4 additions and 0 deletions

View File

@ -76,3 +76,7 @@ def wanted_search_missing_subtitles():
for episode in data:
wanted_download_subtitles(episode[0])
del db
del c
del data