return the result, not something else
This commit is contained in:
parent
9f53ec4fb8
commit
6d61ddd27d
1 changed files with 1 additions and 1 deletions
|
@ -62,4 +62,4 @@ def get_render_level_data(level):
|
||||||
for geoms_cache, default_height in levels.values_list('geoms_cache', 'default_height'))
|
for geoms_cache, default_height in levels.values_list('geoms_cache', 'default_height'))
|
||||||
cache.set(cache_key, result, 900)
|
cache.set(cache_key, result, 900)
|
||||||
|
|
||||||
return levels
|
return result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue