mirror of
https://github.com/YGGverse/pymaster.git
synced 2025-09-14 15:22:35 +00:00
fix missed append operator
This commit is contained in:
parent
db5738dbe4
commit
e5c6627586
@ -162,7 +162,7 @@ class PyMaster:
|
||||
self.sock.sendto(data, i.addr)
|
||||
|
||||
if key:
|
||||
packet = b"\x7f" + key.encode('latin_1')
|
||||
packet += b"\x7f" + key.encode('latin_1')
|
||||
|
||||
# Use pregenerated address string
|
||||
packet += i.queryAddr
|
||||
|
Loading…
x
Reference in New Issue
Block a user