v0.6.2: restore hmac import in app.py for callback/API key auth

This commit is contained in:
Troll (Hermes Agent) 2026-08-09 16:21:47 +00:00
parent 0e50908747
commit 55de2ab649
3 changed files with 3 additions and 2 deletions

1
app.py
View file

@ -30,6 +30,7 @@ Admin routes:
# Standard library imports
import os
import hmac
import shutil
import time
from pathlib import Path