Browse Source

Remove redundant variable

master
mid-kid 2 weeks ago
parent
commit
93f5747c4b
  1. 1
      auth/server.py

1
auth/server.py

@ -10,7 +10,6 @@ import json
from auth import Authentication
userdata = {}
_g_connections = {}
_g_connections_lock = Lock()

Loading…
Cancel
Save