From 02e93136fc33fb7052d7ca68bdd50cc452fec51d Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Tue, 13 Feb 2024 11:28:09 +0100 Subject: [PATCH] fixing InfluxDB config --- pydase_service_base/database/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydase_service_base/database/config.py b/pydase_service_base/database/config.py index a71b3d0..beffa86 100644 --- a/pydase_service_base/database/config.py +++ b/pydase_service_base/database/config.py @@ -26,6 +26,6 @@ class PostgreSQLConfig(BaseConfig): # type: ignore class InfluxDBConfig(BaseConfig): # type: ignore - url: AnyUrl + url: str org: str token: SecretStr