'Refactored by Sourcery'

This commit is contained in:
Sourcery AI 2022-10-08 12:56:42 +00:00
parent 32efec6c23
commit e2b67fcee8

View file

@ -3454,9 +3454,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...")