gabcares commited on
Commit
3f83055
·
verified ·
1 Parent(s): f8c2e89

Update utils/utils.py

Browse files

Update cache to /client/requests_cache

Files changed (1) hide show
  1. 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
  # ---------------------------------------------------------------