Changes, bugfixes and updates to the matrix. Added 1.2v batteries

This commit is contained in:
2026-04-13 12:45:50 +02:00
parent beef23d48e
commit 7b140d4079
10 changed files with 179 additions and 62 deletions

View File

@@ -12,8 +12,8 @@ from datetime import datetime, timezone
from ..database import _rowcount, get_pool
def _utcnow() -> str:
return datetime.now(timezone.utc).isoformat()
def _utcnow() -> datetime:
return datetime.now(timezone.utc)
async def create_endpoint(