Mypy fixes galore.

This commit is contained in:
Aaron D. Lee
2025-12-30 00:23:09 -05:00
parent 37a60d7174
commit 72468e7972
4 changed files with 827 additions and 45 deletions

View File

@@ -457,7 +457,7 @@ stegasoo info image.png</code></pre>
<div class="text-center mt-4 text-muted small">
<p>
Stegasoo v2.1.3 &bull;
Stegasoo v{{ version }} &bull;
<i class="bi bi-github me-1"></i>Open Source &bull;
Built with Python, FastAPI, and cryptography
</p>

View File

@@ -63,7 +63,7 @@
<div class="container text-center text-muted">
<small>
<img src="{{ url_for('static', filename='favicon.svg') }}" alt="" height="16" class="me-1" style="vertical-align: text-bottom;">
Stegasoo v2.1.3 — Steganography using "Reference Photo Hashing + Day-Phrase + PIN/Key".
Stegasoo v{{ version }} — Steganography using "Reference Photo Hashing + Day-Phrase + PIN/Key".
</small>
</div>
</footer>