'Refactored by Sourcery'

This commit is contained in:
Sourcery AI 2022-10-08 17:12:22 +00:00
parent 83538b4ccf
commit efaae5ecf8

View file

@ -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...")