stc15: remove extra space in output

This commit is contained in:
Grigori Goronzy 2015-12-11 01:50:55 +01:00
parent f5574f30e3
commit f13650a352

View File

@ -1902,7 +1902,7 @@ class Stc15Protocol(Stc15AProtocol):
response = self.read_packet()
if response[0] != 0x07 or response[1] != 0x54:
raise StcProtocolException("incorrect magic in finish packet")
print(" done")
print("done")
def program_options(self):
print("Setting options: ", end="")