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:
@@ -18,6 +18,8 @@ input(output)
|
||||
for l in output.splitlines():
|
||||
if l in drives:
|
||||
print(l)
|
||||
|
||||
|
||||
input("????")
|
||||
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ _DEST = "/media/nas/nas-photo/imported"
|
||||
_DEV = ""
|
||||
import_drives = []
|
||||
|
||||
drives = ["6362-3938","3239-3439"]
|
||||
drives = ["6362-3938","3239-3439", "5766-67E6"]
|
||||
myCmd = "id"
|
||||
status, output = subprocess.getstatusoutput(myCmd)
|
||||
logging.debug(output)
|
||||
|
||||
Reference in New Issue
Block a user