Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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(
|
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:
|