Simon 3 years ago
parent 6af5856129
commit f709591d11

@ -260,7 +260,6 @@ class API(NetstringReceiver):
_dmrid = bytes_4(_dmrid) _dmrid = bytes_4(_dmrid)
_options = _message[10:] _options = _message[10:]
_cmd = _message[10:14] _cmd = _message[10:14]
print(_cmd)
if _cmd == b'RPTO' and (_dmrid in self.peerTrack): if _cmd == b'RPTO' and (_dmrid in self.peerTrack):
if self.debug: if self.debug:
print("(API) Passing options line for ID {} to server".format(int_id(_dmrid))) print("(API) Passing options line for ID {} to server".format(int_id(_dmrid)))

Loading…
Cancel
Save

Powered by TurnKey Linux.