Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Aug 4, 2023
1 parent c8a1464 commit 194dbfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bazarr/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
from dynaconf.validator import ValidationError
from ipaddress import ip_address
from binascii import hexlify
from types import MappingProxyType, NoneType
from types import MappingProxyType

from .get_args import args

NoneType = type(None)


def base_url_slash_cleaner(uri):
while "//" in uri:
Expand Down

0 comments on commit 194dbfe

Please sign in to comment.