lunarflu HF staff commited on
Commit
de5ccfa
1 Parent(s): 279f2ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ async def add_exp(member_id):
129
 
130
 
131
  csv_file_path = 'data.csv'
132
- await search_csv(csv_file_path, column_index_to_search, value_to_search)
133
 
134
 
135
  """
 
129
 
130
 
131
  csv_file_path = 'data.csv'
132
+ await search_csv(csv_file_path, 1, member.id)
133
 
134
 
135
  """