lunarflu HF staff commited on
Commit
0ac459c
·
verified ·
1 Parent(s): c79177f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: