Skip to content

Commit

Permalink
updates cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Mar 31, 2016
1 parent 17091a7 commit f3175d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datausa/general/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@app.before_request
def before_request():
g.cache_version = 22
g.cache_version = 23
g.affixes = json.dumps(AFFIXES)
g.dictionary = json.dumps(DICTIONARY)
g.percentages = json.dumps(PERCENTAGES)
Expand Down

0 comments on commit f3175d3

Please sign in to comment.