Spaces:
Running on CPU Upgrade

lunarflu HF staff commited on
Commit
35e5201
·
verified ·
1 Parent(s): 7cb51a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -71,6 +71,9 @@ async def on_ready():
71
  gspread_bot.import_csv(worksheet_test.id, csv_content)
72
 
73
 
 
 
 
74
  def calculate_level(xp):
75
  return int(xp ** (1.0 / 3.0))
76
 
 
71
  gspread_bot.import_csv(worksheet_test.id, csv_content)
72
 
73
 
74
+ worksheet_test.batch_update(["A1:D30", f"a"])
75
+
76
+
77
  def calculate_level(xp):
78
  return int(xp ** (1.0 / 3.0))
79