Skip to content

Commit

Permalink
Use ?resolution_levels=false
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Feb 23, 2024
1 parent 548addc commit f625fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omeroweb/webgateway/marshal.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def imageMarshal(image, key=None, request=None):
"""
get_resolution_levels = True
if request is not None:
get_res = request.GET.get("get_resolution_levels", "")
get_res = request.GET.get("resolution_levels", "")
if get_res.lower() == "false":
get_resolution_levels = False

Expand Down

0 comments on commit f625fa8

Please sign in to comment.