Spaces:
Sleeping
Sleeping
add await reset recommendation timer
Browse files- backend/app.py +1 -1
backend/app.py
CHANGED
|
@@ -158,7 +158,7 @@ async def periodic_recommendation():
|
|
| 158 |
else:
|
| 159 |
await asyncio.sleep(2)
|
| 160 |
await broadcast_user_list()
|
| 161 |
-
reset_recommendation_timer()
|
| 162 |
|
| 163 |
|
| 164 |
async def reset_recommendation_timer():
|
|
|
|
| 158 |
else:
|
| 159 |
await asyncio.sleep(2)
|
| 160 |
await broadcast_user_list()
|
| 161 |
+
await reset_recommendation_timer()
|
| 162 |
|
| 163 |
|
| 164 |
async def reset_recommendation_timer():
|