This commit is contained in:
yumoqing 2021-07-15 21:45:38 -07:00
parent 63becef4af
commit d5a35ef082

View File

@ -105,7 +105,7 @@ class UdpWidget(EventDispatcher):
self.dataencoder.set_peer_text_pubkey(id, pk)
def resp_pubkey(self, data, addr):
set_pubkey(data, addr)
self.set_pubkey(data, addr)
print('resp_pubkey():', addr[0])
data = {
'c':'set_pubkey',