This commit is contained in:
Maddie H 2022-09-21 17:06:59 +01:00
parent e81245656c
commit 41f07e766c
No known key found for this signature in database
GPG Key ID: 64FAA9959751687D

View File

@ -63,7 +63,7 @@ def calc_resistor(colours, bands):
if i < 3:
bands_value += str(bands[colour]["band"])
# Get the multiplier for the 4rd colour
# Get the multiplier for the 4th colour
elif i == 3:
multiplier = bands[colour]["multiplier"]