Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/c5aeb187d13ad857d583ebd979c761b850e3919d You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/684/head
Louis Vézina 6 years ago
parent 8b6aa9e123
commit c5aeb187d1

@ -41,6 +41,11 @@ class SqliteDictConverter:
def convert(self, values_dict):
if type(values_dict) is dict:
self.keys_insert = tuple()
self.keys_update = tuple()
self.values = tuple()
self.question_marks = tuple()
temp_keys = list()
temp_values = list()
for item in values_dict.items():

Loading…
Cancel
Save