Skip to content

Commit

Permalink
serve meta
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Jun 9, 2024
1 parent eef9c3d commit 009e87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrfwaterfall/gamutrfwaterfall/flask_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def serve(self, path):
try:
waterfall_n = int(path)
if waterfall_n:
return serve_meta(f"{waterfall_n}-waterfall.png")
return self.serve_meta(f"{waterfall_n}-waterfall.png")
except ValueError:
pass

Check warning on line 187 in gamutrfwaterfall/gamutrfwaterfall/flask_handler.py

View check run for this annotation

Codecov / codecov/patch

gamutrfwaterfall/gamutrfwaterfall/flask_handler.py#L182-L187

Added lines #L182 - L187 were not covered by tests

Expand Down

0 comments on commit 009e87c

Please sign in to comment.