Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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,
|
| 133 |
|
| 134 |
|
| 135 |
"""
|
|
|
|
| 129 |
|
| 130 |
|
| 131 |
csv_file_path = 'data.csv'
|
| 132 |
+
await search_csv(csv_file_path, 1, member.id)
|
| 133 |
|
| 134 |
|
| 135 |
"""
|