Loading int_ssd_download.py +2 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ plist = [] all_downloaded = False for i in range(len(cams)): raw_input(bcolors.OKGREEN+"Connect camera (eSATA) to PC (eSATA/SATA). Press Enter to continue..."+bcolors.ENDC) input(bcolors.OKGREEN+"Connect camera (eSATA) to PC (eSATA/SATA). Press Enter to continue..."+bcolors.ENDC) proceed_to_next = False t = 0 while not all_downloaded: Loading x393.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ def shout(cmd): #subprocess.call(cmd,shell=True) ret_str = "" try: ret_str = subprocess.check_output(cmd,shell=True) ret_str = subprocess.check_output(cmd,shell=True).decode('ISO-8859-1') except subprocess.CalledProcessError as e: ret_str = str(e.returncode) return ret_str Loading Loading
int_ssd_download.py +2 −2 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ plist = [] all_downloaded = False for i in range(len(cams)): raw_input(bcolors.OKGREEN+"Connect camera (eSATA) to PC (eSATA/SATA). Press Enter to continue..."+bcolors.ENDC) input(bcolors.OKGREEN+"Connect camera (eSATA) to PC (eSATA/SATA). Press Enter to continue..."+bcolors.ENDC) proceed_to_next = False t = 0 while not all_downloaded: Loading
x393.py +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ def shout(cmd): #subprocess.call(cmd,shell=True) ret_str = "" try: ret_str = subprocess.check_output(cmd,shell=True) ret_str = subprocess.check_output(cmd,shell=True).decode('ISO-8859-1') except subprocess.CalledProcessError as e: ret_str = str(e.returncode) return ret_str Loading