wylark
/
munter.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d8cf35
)
Fix column width constant relic
author
Alexander Vasarab <alexander@wylark.com>
Mon, 8 Jun 2020 19:01:14 +0000
(12:01 -0700)
committer
Alexander Vasarab <alexander@wylark.com>
Mon, 8 Jun 2020 19:01:14 +0000
(12:01 -0700)
munter.py
patch
|
blob
|
history
diff --git
a/munter.py
b/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("\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'],