tracinginsights commited on
Commit
3f9e89e
·
1 Parent(s): 22af47f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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.makedir('Cache')
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