diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-09 10:32:31 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-12-09 10:32:31 +0100 |
| commit | 4d631e1d7447ad0cb6a8cd6ccb3cb8b0efc779a6 (patch) | |
| tree | fc67ce68e252900dc3288a0fc5e9ed51e5b10905 /20/py/aoc20.py | |
| parent | 1113bf7070d0b86c4e1b296a9c8403cc00256704 (diff) | |
| download | aoc-4d631e1d7447ad0cb6a8cd6ccb3cb8b0efc779a6.tar.gz | |
correct number of -
Diffstat (limited to '20/py/aoc20.py')
| -rw-r--r-- | 20/py/aoc20.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/20/py/aoc20.py b/20/py/aoc20.py index 5c4e948..898b09b 100644 --- a/20/py/aoc20.py +++ b/20/py/aoc20.py @@ -110,9 +110,9 @@ if __name__ == "__main__": print() if decorate: - print(" ---------", end="") + print(" -------", end="") if only_part == 0: - print(" ---------", end="") + print(" -------", end="") print() print("tot ", end="") if running_part(1): |
