lunarflu HF staff commited on
Commit
e6f260b
·
verified ·
1 Parent(s): d2de202

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ async def periodic_api_test(): # needs rewrite, can do same thing and interact w
125
  try:
126
  # this should be gspread type function (do not mix with discord at all)
127
  global worksheet2_df
128
- await asyncio.sleep(0.1)
129
  # get
130
  for index, user in enumerate(worksheet2_df['hf_user_name']):
131
  if user in processed_users:
 
125
  try:
126
  # this should be gspread type function (do not mix with discord at all)
127
  global worksheet2_df
128
+ await asyncio.sleep(5)
129
  # get
130
  for index, user in enumerate(worksheet2_df['hf_user_name']):
131
  if user in processed_users: