Lazy commit on yancy.
This commit is contained in:
parent
8388783947
commit
10a92f2c53
@ -57,9 +57,9 @@ def indicators(props, ind = "tl"):
|
|||||||
pull_digit = "?"
|
pull_digit = "?"
|
||||||
pull_indicator = f" {down_keycap}"
|
pull_indicator = f" {down_keycap}"
|
||||||
if "ab" in props.keys():
|
if "ab" in props.keys():
|
||||||
push_digit = "##" if props["ab"]["push"] > 99 else f"{props["ab"]["push"] % 100:2d}"
|
push_digit = "##" if props["ab"]["push"] > 99 else f"{props['ab']['push'] % 100:2d}"
|
||||||
push_indicator = f"{to_keycap(push_digit)}{up_keycap}"
|
push_indicator = f"{to_keycap(push_digit)}{up_keycap}"
|
||||||
pull_digit = "##" if props["ab"]["pull"] > 99 else f"{props["ab"]["pull"] % 100:2d}"
|
pull_digit = "##" if props["ab"]["pull"] > 99 else f"{props['ab']['pull'] % 100:2d}"
|
||||||
pull_indicator = f"{to_keycap(pull_digit)}{down_keycap}"
|
pull_indicator = f"{to_keycap(pull_digit)}{down_keycap}"
|
||||||
ret = "?"
|
ret = "?"
|
||||||
if ind == "tl":
|
if ind == "tl":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user