remove optional expiry variable, it's WIP
This commit is contained in:
@@ -28,7 +28,6 @@ class HostConfig:
|
|||||||
# New attributes for Redfish stuff
|
# New attributes for Redfish stuff
|
||||||
vendor: str | None = None
|
vendor: str | None = None
|
||||||
session_token: str | None = None
|
session_token: str | None = None
|
||||||
token_expiry = float | None = None
|
|
||||||
|
|
||||||
def should_skip(self) -> bool:
|
def should_skip(self) -> bool:
|
||||||
"""Check if host is still in cool-down window"""
|
"""Check if host is still in cool-down window"""
|
||||||
|
|||||||
Reference in New Issue
Block a user