diff --git a/PyBlock.py b/PyBlock.py index 17907e7..7e7c695 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -200,8 +200,6 @@ def design(): a = b output = render(str(b), colors=[settingsClock['colorA'], settingsClock['colorB']], align='center') print(output) - elif x == a: - pass #--------------------------------- Hex Block Decoder Functions -------------------------------------