Add identity_list instead of variable_1
This commit is contained in:
parent
cb72b65264
commit
5efd072deb
|
@ -25,7 +25,7 @@ class UIkivySignaler(Thread):
|
||||||
command, data = queues.UISignalQueue.get()
|
command, data = queues.UISignalQueue.get()
|
||||||
if command == 'writeNewAddressToTable':
|
if command == 'writeNewAddressToTable':
|
||||||
address = data[1]
|
address = data[1]
|
||||||
App.get_running_app().variable_1.append(address)
|
App.get_running_app().identity_list.append(address)
|
||||||
elif command == 'updateSentItemStatusByAckdata':
|
elif command == 'updateSentItemStatusByAckdata':
|
||||||
App.get_running_app().status_dispatching(data)
|
App.get_running_app().status_dispatching(data)
|
||||||
elif command == 'writeNewpaymentAddressToTable':
|
elif command == 'writeNewpaymentAddressToTable':
|
||||||
|
|
Reference in New Issue
Block a user