fix: Use single quote in sign message and reduce test versions
Some checks failed
Build Docker / Build Images (map[dockerfile:Dockerfile.hsd tag_suffix:-hsd target:hsd]) (push) Successful in 49s
Build Docker / Build Images (map[dockerfile:Dockerfile tag_suffix: target:default]) (push) Successful in 53s
Test Python Compatibility / Python-Compatibility (3.10) (push) Successful in 1m45s
Test Python Compatibility / Python-Compatibility (3.13) (push) Successful in 1m44s
Test Python Compatibility / Python-Compatibility (3.8) (push) Failing after 1m24s

This commit is contained in:
2025-09-02 15:28:39 +10:00
parent 56eabfc1fc
commit 30de2d585e
3 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ import signal
import sys
import threading
import sqlite3
from functools import wraps
dotenv.load_dotenv()