mirror of
https://gitlab.sectorq.eu/jaydee/auto_import.git
synced 2025-12-14 10:34:53 +01:00
build
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user