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