Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
6af1ff2
1
Parent(s):
917234f
initiate cache folder path
Browse files- cache/fastf1_http_cache.sqlite +0 -0
- f1.py +3 -1
cache/fastf1_http_cache.sqlite
ADDED
Binary file (24.6 kB). View file
|
|
f1.py
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
-
import fastf1
|
|
|
|
|
2 |
|
|
|
1 |
+
import fastf1 as ff1
|
2 |
+
|
3 |
+
ff1.Cache.enable_cache('.\cache')
|
4 |
|