maybe fix disk listing?

This commit is contained in:
Justus Wolff
2026-03-11 18:13:41 +01:00
parent 3e85f84b64
commit 22e4a7abe1

View File

@@ -43,7 +43,7 @@ end
print("Disks: ")
local disks = API.getDisks()
for _,v in pairs(disks) do
print(v..": "..tostring(fs.getFreeSpace()).."/"..tostring(fs.getCapacity()))
print(v..": "..tostring(fs.getFreeSpace("/")).."/"..tostring(fs.getCapacity("/")))
end
for _,v in pairs(API.list()) do