mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
fix "Unknow" typo
This commit is contained in:
parent
e502858e6a
commit
b72acb9cd7
@ -72,8 +72,8 @@ class CommandInterface:
|
||||
# NACK
|
||||
raise CmdException("NACK "+info)
|
||||
else:
|
||||
# Unknow responce
|
||||
raise CmdException("Unknow response. "+info+": "+hex(ask))
|
||||
# Unknown responce
|
||||
raise CmdException("Unknown response. "+info+": "+hex(ask))
|
||||
|
||||
|
||||
def reset(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user