mirror of https://github.com/CIRCL/AIL-framework
fix: [sync server] host
parent
d4cf2a7cf9
commit
e4344898b4
|
@ -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 New Issue