text gui: fix network event handler

This commit is contained in:
SomberNight 2018-11-30 17:18:06 +01:00
parent 73e2b09ba8
commit ed22f968f9
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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()