mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-14 12:43:15 +02:00
'Refactored by Sourcery'
This commit is contained in:
parent
83538b4ccf
commit
efaae5ecf8
1 changed files with 1 additions and 3 deletions
|
|
@ -3455,9 +3455,7 @@ def runthenumbers():
|
|||
blogo()
|
||||
closed()
|
||||
output = render("total amount", colors=['yellow'], align='left', font='tiny')
|
||||
outputT = render(
|
||||
a + " sats", colors=['green'], align='left', font='tiny'
|
||||
)
|
||||
outputT = render(f"{a} sats", colors=['green'], align='left', font='tiny')
|
||||
print(output)
|
||||
print(outputT)
|
||||
input("\a\nContinue...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue