Refactor bot and integrate services
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user