Spaces:
Runtime error
Runtime error
Commit ·
047f0c1
1
Parent(s): da91053
Update main.py
Browse files
main.py
CHANGED
|
@@ -28,4 +28,4 @@ async def get_data(year: int, race: int, session: str):
|
|
| 28 |
laps.to_csv('laps.csv', index=False)
|
| 29 |
# return laps
|
| 30 |
# return FileResponse(path='laps.csv', filename='laps.csv')
|
| 31 |
-
return
|
|
|
|
| 28 |
laps.to_csv('laps.csv', index=False)
|
| 29 |
# return laps
|
| 30 |
# return FileResponse(path='laps.csv', filename='laps.csv')
|
| 31 |
+
return FileResponse(path='laps.csv', filename='laps.csv')
|