mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +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')
|
||||
else:
|
||||
portable = None
|
||||
t = Thread(target=run_server, args=(port, portable))
|
||||
t = Thread(target=run_server, args=(port, url, portable))
|
||||
t.daemon = True
|
||||
t.start()
|
||||
|
||||
|
|
Loading…
Reference in a new issue