Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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')
|