diff --git a/server.py b/server.py index 684710c..11acb93 100644 --- a/server.py +++ b/server.py @@ -30,8 +30,7 @@ maxClientsPerIP = 10 maxBroadcastsPerIP = 3 maxAccumulatedData = 10485760 # 10 MiB addresses = [ - ("127.0.0.1",61920), - ("136.243.209.174",61920) + ("127.0.0.1",61920) ] userPath = p(sp,"users")