mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
fix typo
This commit is contained in:
parent
8b9cff638f
commit
4fd43882c4
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class QrScannerDialog(Factory.AnimatedPopup):
|
||||||
#label = uri.get('label', '')
|
#label = uri.get('label', '')
|
||||||
#amount = uri.get('amount', 0.0)
|
#amount = uri.get('amount', 0.0)
|
||||||
#message = uir.get('message', '')
|
#message = uir.get('message', '')
|
||||||
self.dispatch('on_omplete', uri)
|
self.dispatch('on_complete', uri)
|
||||||
|
|
||||||
def on_complete(self):
|
def on_complete(self):
|
||||||
''' Default Handler for on_complete event.
|
''' Default Handler for on_complete event.
|
||||||
|
|
Loading…
Add table
Reference in a new issue