mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-16 06:30:39 +00:00
fix client.py
This commit is contained in:
parent
907f4cb6fb
commit
2cc3b68e49
@ -45,10 +45,7 @@ class ProxmoxClient:
|
||||
)
|
||||
)
|
||||
|
||||
if self.config.config["pve"]["token_name"]:
|
||||
if !self.config.config["pve"]["token_value"]:
|
||||
self.logger.error("Token name require token value to be set ! Fallback to password authentification")
|
||||
|
||||
if self.config.config["pve"]["token_name"]:
|
||||
self.logger.debug("Using token login")
|
||||
return ProxmoxAPI(
|
||||
self.config.config["pve"]["server"],
|
||||
|
Loading…
Reference in New Issue
Block a user