lunarflu HF staff commited on
Commit
46e8d58
·
1 Parent(s): 0c69f93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ async def add_exp_hub(ctx):
84
  @bot.command(name='get_cell_value')
85
  async def get_cell_value(ctx, row, col):
86
  cell = worksheet2.cell(row, col)
87
- print cell.value
88
 
89
 
90
  @bot.command(name='check')
 
84
  @bot.command(name='get_cell_value')
85
  async def get_cell_value(ctx, row, col):
86
  cell = worksheet2.cell(row, col)
87
+ print(cell.value)
88
 
89
 
90
  @bot.command(name='check')