mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2025-01-17 03:55:13 +00:00
fixed deemix_guy.py
This commit is contained in:
parent
a6454a10ac
commit
27f4faeafc
|
@ -47,7 +47,7 @@ if __name__ == '__main__':
|
||||||
portable = path.join(path.dirname(path.realpath(__file__)), 'config')
|
portable = path.join(path.dirname(path.realpath(__file__)), 'config')
|
||||||
else:
|
else:
|
||||||
portable = None
|
portable = None
|
||||||
t = Thread(target=run_server, args=(port, portable))
|
t = Thread(target=run_server, args=(port, url, portable))
|
||||||
t.daemon = True
|
t.daemon = True
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue