removed random "info" and updated pre-commit config

This commit is contained in:
2023-10-18 10:20:10 -04:00
parent 3b32187ba9
commit 9654a42ab5
2 changed files with 15 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ def update_instance_table(
if tag["Key"] == "Name":
name = tag["Value"]
table.add_rows({"name": name, "status": instance.state["Name"]})
log.debug("Table updated")info
log.debug("Table updated")
def nicegui_ui() -> None: