Spaces:
Sleeping
Sleeping
Space-Face
commited on
Commit
•
961b061
1
Parent(s):
90bfb6e
Update SpaceFace.py
Browse files- 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 |
-
|
150 |
|
|
|
146 |
for t in threads:
|
147 |
t.start()
|
148 |
monitorusers = threading.Thread(target=monitor_users)
|
149 |
+
monitorusers.start()
|
150 |
|