use parameter for cache ident

This commit is contained in:
Insugeny_athq
2019-06-14 20:17:40 +02:00
parent 0a37a3d18b
commit 7bff562770

View File

@@ -75,7 +75,7 @@ def requestRange(start, end):
@app.route('/leaderboard')
@app.route('/')
@cache.cached(timeout=600)
@cache.cached(timeout=600, query_string=True)
def leaderboard():
'''Show main leaderboard page with range dependant on parameters'''