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 files_imported = 0
myCmd = "mount| grep /share/external/DEV3301_1"
while True: while True:
myCmd = "mount| grep /share/external/DEV3301_1"
status, output = subprocess.getstatusoutput(myCmd) status, output = subprocess.getstatusoutput(myCmd)
print(output) print(output)
print(status) print(status)