Spaces:
Runtime error
Runtime error
Commit
·
3f9e89e
1
Parent(s):
22af47f
Update main.py
Browse files
main.py
CHANGED
|
@@ -18,7 +18,7 @@ async def root():
|
|
| 18 |
async def get_data(year: int, race: int, session: str) -> any:
|
| 19 |
|
| 20 |
if not os.path.exists('Cache'):
|
| 21 |
-
os.
|
| 22 |
|
| 23 |
|
| 24 |
|
|
|
|
| 18 |
async def get_data(year: int, race: int, session: str) -> any:
|
| 19 |
|
| 20 |
if not os.path.exists('Cache'):
|
| 21 |
+
os.makedirs('Cache')
|
| 22 |
|
| 23 |
|
| 24 |
|