mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 22:27:17 +00:00
fix: [sync server] host
This commit is contained in:
parent
d4cf2a7cf9
commit
e4344898b4
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ class AIL_2_AIL_Protocol(websockets.WebSocketServerProtocol):
|
|||
|
||||
if __name__ == '__main__':
|
||||
|
||||
host = 'localhost'
|
||||
host = '0.0.0.0'
|
||||
port = 4443
|
||||
|
||||
print('Launching Server...')
|
||||
|
|
Loading…
Reference in a new issue