feat: minimal logging for debugging server & fix import
All checks were successful
ci / docker (push) Successful in 1m13s

This commit is contained in:
2026-03-28 22:17:16 +01:00
parent 39f795bbb6
commit f3903b3936
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import requests
import re
import smtphelper
import json
import datetime
HTTP_NOT_FOUND = 404