...
This commit is contained in:
@@ -26,7 +26,7 @@ def set_focus(foc_val):
|
||||
sock.send("goto={:g}".format(foc_val))
|
||||
resp = sock.recv(20)
|
||||
|
||||
if resp != "OK\n":
|
||||
if resp != "OK":
|
||||
sock.close()
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user