Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
good state; add more levels tomorrow
Browse files
app.py
CHANGED
|
@@ -128,7 +128,7 @@ processed_users = set()
|
|
| 128 |
|
| 129 |
async def periodic_api_test(): # needs rewrite, can do same thing and interact with csv -> push to google sheets
|
| 130 |
try:
|
| 131 |
-
# this should be gspread type function (do not mix with discord at all
|
| 132 |
global worksheet2_df
|
| 133 |
# get
|
| 134 |
for index, user in enumerate(worksheet2_df['hf_user_name']):
|
|
|
|
| 128 |
|
| 129 |
async def periodic_api_test(): # needs rewrite, can do same thing and interact with csv -> push to google sheets
|
| 130 |
try:
|
| 131 |
+
# this should be gspread type function (do not mix with discord at all
|
| 132 |
global worksheet2_df
|
| 133 |
# get
|
| 134 |
for index, user in enumerate(worksheet2_df['hf_user_name']):
|