From 00aec30e15da7eedcda5941d41350f4cc98e2570 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:04:20 -0500 Subject: [PATCH] Test --- get_subtitle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_subtitle.py b/get_subtitle.py index 5bbb76fcd..44451c0c5 100644 --- a/get_subtitle.py +++ b/get_subtitle.py @@ -67,7 +67,7 @@ def wanted_download_subtitles(path): store_subtitles(path_replace(episode[0])) list_missing_subtitles(episode[3]) history_log(1, episode[3], episode[2], message) -@profile + def wanted_search_missing_subtitles(): db = sqlite3.connect(os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db')) db.create_function("path_substitution", 1, path_replace)