MarfinF commited on
Commit
24059b8
·
1 Parent(s): 34c4923

add await reset recommendation timer

Browse files
Files changed (1) hide show
  1. 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():