fix typo
This commit is contained in:
parent
e81245656c
commit
41f07e766c
2
main.py
2
main.py
@ -63,7 +63,7 @@ def calc_resistor(colours, bands):
|
|||||||
if i < 3:
|
if i < 3:
|
||||||
bands_value += str(bands[colour]["band"])
|
bands_value += str(bands[colour]["band"])
|
||||||
|
|
||||||
# Get the multiplier for the 4rd colour
|
# Get the multiplier for the 4th colour
|
||||||
elif i == 3:
|
elif i == 3:
|
||||||
multiplier = bands[colour]["multiplier"]
|
multiplier = bands[colour]["multiplier"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user