Fix column width constant relic
authorAlexander Vasarab <alexander@wylark.com>
Mon, 8 Jun 2020 19:01:14 +0000 (12:01 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Mon, 8 Jun 2020 19:01:14 +0000 (12:01 -0700)
munter.py

index 5626897ebe391e23d53fc53b7d8b2fc238be8bf7..1e3ad6680408f9612de404e71aef61bbd1fc7d6a 100755 (executable)
--- a/munter.py
+++ b/munter.py
@@ -81,7 +81,7 @@ def main():
     print("\n\t╒═══════════════════════════════╕")
     print("\t╎▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒╎╮")
     print("\t╎▒{:^29}▒╎│".format(''))
     print("\n\t╒═══════════════════════════════╕")
     print("\t╎▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒╎╮")
     print("\t╎▒{:^29}▒╎│".format(''))
-    print("\t╎▒{pace_readable:^31}▒╎│".format(
+    print("\t╎▒{pace_readable:^29}▒╎│".format(
             pace_readable="{units} {direction} @ {pace}".format(
                 units=round(time_calc['unit_count']),
                 direction=time_calc['direction'],
             pace_readable="{units} {direction} @ {pace}".format(
                 units=round(time_calc['unit_count']),
                 direction=time_calc['direction'],