mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-04-21 00:40:01 +02:00
fix: get token value from secretstr
This commit is contained in:
parent
c09886f188
commit
711fdabbab
@ -60,7 +60,7 @@ class InfluxDBSession:
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.url = self._config.url
|
self.url = self._config.url
|
||||||
self.token = str(self._config.token)
|
self.token = self._config.token.get_secret_value()
|
||||||
self.org = self._config.org
|
self.org = self._config.org
|
||||||
self.client: InfluxDBClient
|
self.client: InfluxDBClient
|
||||||
self.write_api: WriteApi
|
self.write_api: WriteApi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user