diff --git a/auto_import_v2_auto.py b/auto_import_v2_auto.py index 47062b1..7ae1f65 100644 --- a/auto_import_v2_auto.py +++ b/auto_import_v2_auto.py @@ -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)