Browse Source

text gui: fix network event handler

3.3.3.1
SomberNight 6 years ago
parent
commit
ed22f968f9
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/gui/text.py

2
electrum/gui/text.py

@ -91,7 +91,7 @@ class ElectrumGui:
self.set_cursor(0)
return s
def update(self, event):
def update(self, event, *args):
self.update_history()
if self.tab == 0:
self.print_history()

Loading…
Cancel
Save