mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +00:00
parent
533f2aede2
commit
abeb1164a8
|
@ -39,7 +39,7 @@ def save_position():
|
|||
|
||||
if __name__ == '__main__':
|
||||
url = "127.0.0.1"
|
||||
port = 9666
|
||||
port = 6595
|
||||
if len(sys.argv) >= 2:
|
||||
try:
|
||||
port = int(sys.argv[1])
|
||||
|
|
Loading…
Reference in a new issue