Spaces:
Sleeping
Sleeping
Update utils/utils.py
Browse filesUpdate cache to /client/requests_cache
- utils/utils.py +1 -1
utils/utils.py
CHANGED
@@ -14,7 +14,7 @@ from utils.config import ors_api_key, BRANDCOLORS, BASEMAPS, ONE_WEEK_SEC, LOCAT
|
|
14 |
|
15 |
|
16 |
# Cache expires after 1 week
|
17 |
-
R.install_cache('/requests_cache/yassir_requests_cache', expire_after=ONE_WEEK_SEC) # Sqlite
|
18 |
|
19 |
|
20 |
# ---------------------------------------------------------------
|
|
|
14 |
|
15 |
|
16 |
# Cache expires after 1 week
|
17 |
+
R.install_cache('/client/requests_cache/yassir_requests_cache', expire_after=ONE_WEEK_SEC) # Sqlite
|
18 |
|
19 |
|
20 |
# ---------------------------------------------------------------
|