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

Update utils/data.py

Browse files

Update Cache directory /client/requests_cache

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