fix: [sync server] host

pull/586/head
Terrtia 2021-11-30 16:15:25 +01:00
parent d4cf2a7cf9
commit e4344898b4
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -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...')