mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-20 14:44:20 +01:00
helpme: fix flake8 nits
This commit is contained in:
committed by
Christian Decker
parent
f2a0f50501
commit
72d615446d
@@ -452,7 +452,7 @@ node! Be prepared to lose your funds (but please report a bug if you do!)
|
||||
r += "INCOMPLETE: No bitcoins yet. Try 'helpme funds'"
|
||||
else:
|
||||
funds = Millisatoshi(1000 * sum([f['value'] for f in funds
|
||||
if f['status'] == 'confirmed']))
|
||||
if f['status'] == 'confirmed']))
|
||||
r += "COMPLETE ({} a.k.a {})".format(funds, funds.to_btc_str())
|
||||
stages['funds'] = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user