Spaces:
Paused
Paused
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 |
|