stc15: remove extra space in output
This commit is contained in:
parent
f5574f30e3
commit
f13650a352
@ -1902,7 +1902,7 @@ class Stc15Protocol(Stc15AProtocol):
|
|||||||
response = self.read_packet()
|
response = self.read_packet()
|
||||||
if response[0] != 0x07 or response[1] != 0x54:
|
if response[0] != 0x07 or response[1] != 0x54:
|
||||||
raise StcProtocolException("incorrect magic in finish packet")
|
raise StcProtocolException("incorrect magic in finish packet")
|
||||||
print(" done")
|
print("done")
|
||||||
|
|
||||||
def program_options(self):
|
def program_options(self):
|
||||||
print("Setting options: ", end="")
|
print("Setting options: ", end="")
|
||||||
|
Loading…
Reference in New Issue
Block a user