Change abbreviation of "seconds" to IEEE-recommended "s" (instead of "sec")

This commit is contained in:
fieldOfView 2016-06-13 16:14:16 +02:00
parent 18e69c7580
commit 33c4e86163
5 changed files with 10 additions and 10 deletions

View file

@ -256,7 +256,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
if not self.setBaudRate(baud_rate):
continue # Could not set the baud rate, go to the next
time.sleep(1.5) # Ensure that we are not talking to the bootloader. 1.5 sec seems to be the magic number
time.sleep(1.5) # Ensure that we are not talking to the bootloader. 1.5 seconds seems to be the magic number
sucesfull_responses = 0
timeout_time = time.time() + 5
self._serial.write(b"\n")