mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-12 17:03:59 +08:00
Typo correction
This commit is contained in:
parent
ed275d979e
commit
91e202b46b
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ import os
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
|
from get_general_settings import *
|
||||||
from get_sonarr_settings import *
|
from get_sonarr_settings import *
|
||||||
from get_sonarr_settings_settings import *
|
|
||||||
|
|
||||||
def update_series():
|
def update_series():
|
||||||
# Open database connection
|
# Open database connection
|
||||||
|
|
Loading…
Reference in a new issue