Revert "2.1.4 - Manual code cleanup stuff, version configued in 1ish place, etc."

This reverts commit c784140cde.
This commit is contained in:
Aaron D. Lee
2025-12-29 21:00:44 -05:00
parent 0aaeb7c6c7
commit 40ce6d663c
6 changed files with 22 additions and 29 deletions

View File

@@ -39,7 +39,7 @@ from stegasoo import (
)
from stegasoo.constants import (
MAX_MESSAGE_SIZE, MIN_PIN_LENGTH, MAX_PIN_LENGTH,
VALID_RSA_SIZES, MAX_FILE_SIZE, STEGASOO_VERSION
VALID_RSA_SIZES, MAX_FILE_SIZE,
)
# QR Code support
@@ -754,8 +754,7 @@ def about():
return render_template('about.html',
has_argon2=has_argon2(),
has_qrcode_read=HAS_QRCODE_READ,
max_payload_kb=MAX_FILE_PAYLOAD_SIZE // 1024,
stegasoo_version=STEGASOO_VERSION
max_payload_kb=MAX_FILE_PAYLOAD_SIZE // 1024
)