This commit is contained in:
2025-07-29 14:55:09 +02:00
parent a17a1a62d7
commit 9cceefec9c

View File

@@ -86,6 +86,7 @@ files_imported = 0
myCmd = "mount| grep /share/external/DEV3301_1"
while True:
status, output = subprocess.getstatusoutput(myCmd)
print(output)
print(status)
if status != 0:
time.sleep(10)