Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/20d235e1b511d5c31e4fdeaf381f749130e1dc7b/libs/aniso8601/decimalfraction.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/aniso8601/decimalfraction.py

13 lines
333 B

# -*- coding: utf-8 -*-
# Copyright (c) 2021, Brandon Nielsen
# All rights reserved.
#
# This software may be modified and distributed under the terms
# of the BSD license. See the LICENSE file for details.
def normalize(value):
"""Returns the string with decimal separators normalized."""
return value.replace(",", ".")