|
28 | 28 | "BUVT", "VTBU", "OGVT", "VTOG", "GNVT", "VTGN", "BNVT", "VTBN", "SLVT", "VTSL",
|
29 | 29 | ],
|
30 | 30 | "TELALT": [ # 25x2: Tip and then ring of each pair
|
31 |
| - "WHBU", "BU", "WHOG", "OG", "WHGN", "GN", "WHBN", "BN", "WHSL", "SL", |
| 31 | + "WHBU", "BU", "WHOG", "OG", "WHGN", "GN", "WHBN", "BN", "WHSL", "SL", |
32 | 32 | "RDBU", "BURD", "RDOG", "OGRD", "RDGN", "GNRD", "RDBN", "BNRD", "RDSL", "SLRD",
|
33 | 33 | "BKBU", "BUBK", "BKOG", "OGBK", "BKGN", "GNBK", "BKBN", "BNBK", "BKSL", "SLBK",
|
34 | 34 | "YEBU", "BUYE", "YEOG", "OGYE", "YEGN", "GNYE", "YEBN", "BNYE", "YESL", "SLYE",
|
@@ -156,7 +156,7 @@ def lookup(c: str) -> str:
|
156 | 156 | if len(output) == 2: # Give wires with EXACTLY 2 colors that striped look.
|
157 | 157 | output += output[:1]
|
158 | 158 | elif pad and len(output) == 1: # Hacky style fix: Give single color wires
|
159 |
| - output *= 3 # a triple-up so that wires are the same size. |
| 159 | + output *= 3 # a triple-up so that wires are the same size |
160 | 160 |
|
161 | 161 | return output
|
162 | 162 |
|
|
0 commit comments