Space-Face commited on
Commit
961b061
1 Parent(s): 90bfb6e

Update SpaceFace.py

Browse files
Files changed (1) hide show
  1. SpaceFace.py +1 -1
SpaceFace.py CHANGED
@@ -146,5 +146,5 @@ def start_server(endpoints):
146
  for t in threads:
147
  t.start()
148
  monitorusers = threading.Thread(target=monitor_users)
149
- monitor_users.start()
150
 
 
146
  for t in threads:
147
  t.start()
148
  monitorusers = threading.Thread(target=monitor_users)
149
+ monitorusers.start()
150