v0.6.2: restore hmac import in app.py for callback/API key auth
This commit is contained in:
parent
0e50908747
commit
55de2ab649
3 changed files with 3 additions and 2 deletions
1
app.py
1
app.py
|
|
@ -30,6 +30,7 @@ Admin routes:
|
|||
|
||||
# Standard library imports
|
||||
import os
|
||||
import hmac
|
||||
import shutil
|
||||
import time
|
||||
from pathlib import Path
|
||||
|
|
|
|||
Reference in a new issue