a few examples

This commit is contained in:
2019-06-18 08:51:21 +02:00
parent 3531d493d8
commit 85f1a27e94
4 changed files with 49 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ def main_server_loop():
*Exception* If server is unable to start
'''
server_config={
server_config = {
'server.socket_host': '127.0.0.1',
'server.socket_port': 80
}