1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-25 01:02:19 +00:00
This commit is contained in:
Louis Vézina 2017-11-16 12:23:37 -05:00
parent 2fcfa65a31
commit 185bc2a80d

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