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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user