1
0

encapsulate variable in openalias plugin

This commit is contained in:
ThomasV
2015-05-31 14:33:26 +02:00
parent ee5f499fc1
commit bb7437e534
2 changed files with 5 additions and 5 deletions

View File

@@ -477,7 +477,6 @@ class ElectrumWindow(QMainWindow):
def connect_slots(self, sender):
self.connect(sender, QtCore.SIGNAL('timersignal'), self.timer_actions)
self.previous_payto_e=''
def timer_actions(self):
if self.need_update.is_set():