diff --git a/auth/server.py b/auth/server.py index 2db8042..b712b91 100755 --- a/auth/server.py +++ b/auth/server.py @@ -10,7 +10,6 @@ import json from auth import Authentication -userdata = {} _g_connections = {} _g_connections_lock = Lock()