Ho-ho, yet another one line fix in the same place! xD
This commit is contained in:
parent
3bd4a73f29
commit
ba5d500706
@ -115,7 +115,7 @@ def print_supported_currencies() -> None:
|
|||||||
"""Print a list of supported currencies."""
|
"""Print a list of supported currencies."""
|
||||||
print("Supported currencies are:")
|
print("Supported currencies are:")
|
||||||
for cur in CURRENCIES.keys():
|
for cur in CURRENCIES.keys():
|
||||||
print(f" {cur:^4} ┃ {CURRENCIES[cur].name}")
|
print(f"{cur} ┃ {CURRENCIES[cur].name}")
|
||||||
print("Default currency is", Configuration()["default-currency"])
|
print("Default currency is", Configuration()["default-currency"])
|
||||||
|
|
||||||
def load_currencies() -> None:
|
def load_currencies() -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user