Spaces:
Running on CPU Upgrade

lunarflu HF staff commited on
Commit
6defb72
·
verified ·
1 Parent(s): ac906e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def update_google_sheet():
75
  worksheet = gspread_bot.open(name).sheet1
76
  global_df['discord_user_id'] = global_df['discord_user_id'].astype(str)
77
  set_with_dataframe(worksheet, global_df)
78
- print({f"Google sheet {name} successfully updated!"})
79
 
80
  """
81
  scheduler = BackgroundScheduler()
 
75
  worksheet = gspread_bot.open(name).sheet1
76
  global_df['discord_user_id'] = global_df['discord_user_id'].astype(str)
77
  set_with_dataframe(worksheet, global_df)
78
+ print({f"Google sheet {name} successfully updated! {global_df}"})
79
 
80
  """
81
  scheduler = BackgroundScheduler()