Skip to content

Commit

Permalink
Bumped cache file URLs to new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Nov 24, 2019
1 parent 3167e6f commit 7a624cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
logging.getLogger().setLevel(logging.DEBUG if app_debug else logging.INFO)

# Download dataset files and pre-seeded API call / compute cache to reduce slug size
preload_files('https://github.com/beveradb/home-area-helper/releases/download/v0.6/', [
preload_files('https://github.com/beveradb/home-area-helper/releases/download/v0.7/', [
{'dir': 'datasets/uk/', 'file': 'uk-wgs84-imd-shapefiles.zip'},
{'dir': 'datasets/europe/', 'file': 'eurostat-cities-2019.zip'},
{'dir': 'caches/', 'file': 'api_cache.sqlite.zip'},
{'dir': 'caches/', 'file': 'requests_cache.sqlite.zip'},
{'dir': 'caches/', 'file': 'static_cache.sqlite'},
])
Expand Down

0 comments on commit 7a624cb

Please sign in to comment.