1
0
Fork 0

...And instantly shitted my pants. I forgot to add 'f' to a string. FUUUUU

This commit is contained in:
Alexander "Arav" Andreev 2019-12-29 18:39:38 +04:00 committed by Alexander Arav Andreev
parent 7e407297d9
commit 684bb1a457
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ def print_program_version() -> None:
"""Print information about program. Includes name and version; copyright
notice and license."""
print(f"PiggyBank ver. {__version__} ({__date__})\n\n{__copyright__}\n"
"\n{__license__}")
f"\n{__license__}")