mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
text gui: fix network event handler
This commit is contained in:
parent
73e2b09ba8
commit
ed22f968f9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class ElectrumGui:
|
||||||
self.set_cursor(0)
|
self.set_cursor(0)
|
||||||
return s
|
return s
|
||||||
|
|
||||||
def update(self, event):
|
def update(self, event, *args):
|
||||||
self.update_history()
|
self.update_history()
|
||||||
if self.tab == 0:
|
if self.tab == 0:
|
||||||
self.print_history()
|
self.print_history()
|
||||||
|
|
Loading…
Add table
Reference in a new issue