mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 09:37:25 +00:00
WIP
This commit is contained in:
parent
60d5d909cf
commit
0f823d002e
1 changed files with 2 additions and 2 deletions
|
@ -466,6 +466,8 @@ def test_notification(protocol, provider):
|
|||
|
||||
class Server:
|
||||
try:
|
||||
server
|
||||
except NameError:
|
||||
if args.dev:
|
||||
server = app.run(host=str(settings.general.ip),
|
||||
port=(int(args.port) if args.port else int(settings.general.port)))
|
||||
|
@ -474,8 +476,6 @@ class Server:
|
|||
host=str(settings.general.ip),
|
||||
port=int(args.port) if args.port else int(settings.general.port),
|
||||
threads=24)
|
||||
except:
|
||||
pass
|
||||
|
||||
def __init__(self):
|
||||
# Mute DeprecationWarning
|
||||
|
|
Loading…
Reference in a new issue