This commit is contained in:
2025-07-29 14:59:02 +02:00
parent 9cceefec9c
commit 1bf14368a6

View File

@@ -83,8 +83,9 @@ _DEV = ""
files_imported = 0
myCmd = "mount| grep /share/external/DEV3301_1"
while True:
myCmd = "mount| grep /share/external/DEV3301_1"
status, output = subprocess.getstatusoutput(myCmd)
print(output)
print(status)