lunarflu HF staff commited on
Commit
a903c30
1 Parent(s): e939e33

good state; add more levels tomorrow

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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']):