mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-06 06:52:07 +08:00
Test
This commit is contained in:
parent
185bc2a80d
commit
4ac8816937
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,13 @@ def wanted_download_subtitles(path):
|
||||||
list_missing_subtitles(episode[3])
|
list_missing_subtitles(episode[3])
|
||||||
history_log(1, episode[3], episode[2], message)
|
history_log(1, episode[3], episode[2], message)
|
||||||
|
|
||||||
|
del conn_db
|
||||||
|
del c_db
|
||||||
|
del episodes_details
|
||||||
|
del enabled_providers
|
||||||
|
del providers_list
|
||||||
|
del message
|
||||||
|
|
||||||
def wanted_search_missing_subtitles():
|
def wanted_search_missing_subtitles():
|
||||||
db = sqlite3.connect(os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db'))
|
db = sqlite3.connect(os.path.join(os.path.dirname(__file__), 'data/db/bazarr.db'))
|
||||||
db.create_function("path_substitution", 1, path_replace)
|
db.create_function("path_substitution", 1, path_replace)
|
||||||
|
|
Loading…
Reference in a new issue