Spaces:
Sleeping
Sleeping
Update utils/data.py
Browse filesUpdate Cache directory /client/requests_cache
- utils/data.py +1 -1
utils/data.py
CHANGED
@@ -16,7 +16,7 @@ pd.set_option("display.max_columns", None)
|
|
16 |
pd.set_option('display.float_format', '{:.16f}'.format)
|
17 |
|
18 |
# Install persistent cache
|
19 |
-
requests_cache.install_cache('/requests_cache/yassir_requests_cache', expire_after=ONE_WEEK_SEC) # Cache expires after 1 week
|
20 |
|
21 |
|
22 |
# Log
|
|
|
16 |
pd.set_option('display.float_format', '{:.16f}'.format)
|
17 |
|
18 |
# Install persistent cache
|
19 |
+
requests_cache.install_cache('/client/requests_cache/yassir_requests_cache', expire_after=ONE_WEEK_SEC) # Cache expires after 1 week
|
20 |
|
21 |
|
22 |
# Log
|