Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -347,7 +347,7 @@ async def test3(ctx):
|
|
347 |
if ctx.author.id == 811235357663297546:
|
348 |
worksheet = gspread_bot.open("levelbot").sheet1
|
349 |
values = worksheet.get_all_values()
|
350 |
-
target_id = 811235357663297546
|
351 |
|
352 |
csv_file_path = 'test3.csv'
|
353 |
with open(csv_file_path, 'w', newline='') as csv_file:
|
|
|
347 |
if ctx.author.id == 811235357663297546:
|
348 |
worksheet = gspread_bot.open("levelbot").sheet1
|
349 |
values = worksheet.get_all_values()
|
350 |
+
target_id = '811235357663297546'
|
351 |
|
352 |
csv_file_path = 'test3.csv'
|
353 |
with open(csv_file_path, 'w', newline='') as csv_file:
|