fixed gui for saving hmac state

This commit is contained in:
DJ2LS 2023-08-26 17:05:24 +02:00
parent d10cfe43ec
commit 5da63c197f
2 changed files with 2 additions and 1 deletions

View file

@ -1945,6 +1945,7 @@ add_obj_to_database = function (obj) {
status: obj.status,
snr: obj.snr,
attempt: obj.attempt,
hmac_signed: obj.hmac_signed,
new: obj.new,
_attachments: {
[obj.filename]: {

View file

@ -129,7 +129,7 @@ class TCIParam:
@dataclass
class TNC:
version = "0.10.3-alpha.1-hmac-exp3"
version = "0.10.3-alpha.1-hmac-exp4"
host: str = "0.0.0.0"
port: int = 3000
SOCKET_TIMEOUT: int = 1 # seconds