highing666 vor 2 Jahren
Ursprung
Commit
2fa1e1a8a6
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 2 2
      app/schemas/space.py
  2. 1 1
      docker-compose.yml

+ 2 - 2
app/schemas/space.py

@@ -30,5 +30,5 @@ class SpaceATAH(Space):
 
 
 class SpaceATFU(SpaceBase):
-    realtime_co2: float
-    hcho: float
+    realtime_co2: float | None
+    hcho: float | None

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,7 @@ version: "3"
 
 services:
   app:
-      image: registry.persagy.com/sagacloud/saga_algo_api:0.5.6
+      image: registry.persagy.com/sagacloud/saga_algo_api:0.5.7
       container_name: saga_algo_api
       ports:
         - "8002:8002"