upd again

This commit is contained in:
Justus Wolff
2026-03-18 19:39:12 +01:00
parent 49bd29d8e4
commit 7c9a589901

View File

@@ -158,8 +158,4 @@ for _,v in pairs(disks) do
print(" "..v..": "..tostring(fs.getFreeSpace("/")).."/"..tostring(fs.getCapacity("/")))
end
for _,v in pairs(API.list()) do
print(v)
end
return API