lunarflu HF staff commited on
Commit
ec5588a
1 Parent(s): 629ac9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ async def update_google_sheet():
78
  worksheet = gspread_bot.open(name).sheet1
79
  global_df['discord_user_id'] = global_df['discord_user_id'].astype(str)
80
  set_with_dataframe(worksheet, global_df)
81
- worksheet.format(f"A1:A{len(global_df.index)}", {
82
  "numberFormat": {
83
  "type": 'TEXT',
84
  },
 
78
  worksheet = gspread_bot.open(name).sheet1
79
  global_df['discord_user_id'] = global_df['discord_user_id'].astype(str)
80
  set_with_dataframe(worksheet, global_df)
81
+ worksheet.format(f"A1:A{len(global_df.index)+1}", {
82
  "numberFormat": {
83
  "type": 'TEXT',
84
  },