kivy: minor fix

This commit is contained in:
ThomasV 2015-12-06 10:45:57 +01:00
parent 9edd778204
commit 44037ba381
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class ElectrumWindow(App):
self.base_unit = keys[ (keys.index(self.base_unit) + 1) % len(keys)]
context = StringProperty('')
context_action = lambda: None
context_action = lambda x: None
status = StringProperty(_('Not Connected'))
fiat_unit = StringProperty('')