Refactor bot and integrate services

This commit is contained in:
2026-02-07 22:10:08 +03:00
parent 492e3bd3cf
commit 588127c076
31 changed files with 1061 additions and 849 deletions

View File

@@ -1,4 +1,3 @@
# system_checks.py
import subprocess
@@ -82,6 +81,7 @@ def disk_temperature(dev: str) -> str:
return "n/a"
def disks() -> str:
disks = list_disks()