Commit 5e1a0164 authored by Olga Filippova's avatar Olga Filippova

input -> raw_input

parent 645729cc
......@@ -134,7 +134,7 @@ plist = []
all_downloaded = False
for i in range(len(cams)):
input(bcolors.OKGREEN+"Connect camera (eSATA) to PC (eSATA/SATA). Press Enter to continue..."+bcolors.ENDC)
raw_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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment