Skip to content

Commit

Permalink
Fixing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
villanueval committed Feb 12, 2024
1 parent 5c13ed0 commit dc1a224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4918,4 +4918,4 @@ def get_barcodeimage(barcode=None):

#####################################
if __name__ == '__main__':
app.run()
app.run(threaded=True, debug=False)
2 changes: 1 addition & 1 deletion web_app/templates/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h5 class="card-header text-white bg-primary">Links related to this image</h5>
<div style="font-size: small;">
{% for table in tables %}
{% if file_metadata_rows > 0 %}
{{ taxon_details|safe }}
{{ table|safe }}
{% else %}
<p>Image metadata is not available.</p>
{% endif %}
Expand Down

0 comments on commit dc1a224

Please sign in to comment.