text gui: fix network event handler
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user