mcauser / micropython-tm1637

MicroPython driver for TM1637 quad 7-segment LED modules
MIT License
187 stars 82 forks source link

Syntax Error for numbers function #1

Closed curreta closed 7 years ago

curreta commented 7 years ago

Hey! Thanks for making this great utility.

I get ampy.pyboard.PyboardError: ('exception', b'', b'Traceback (most recent call last):\r\n File "<stdin>", line 11, in <module>\r\n File "tm1637.py", line 129\r\nSyntaxError: invalid syntax\r\n')

when trying to call the numbers function.

mcauser commented 7 years ago

Fixed at a59aa05cdc3375cd8946f2702d5085963817dc6c

Thanks!

curreta commented 7 years ago

@mcauser thank you! still learning python syntax so I can't catch simple fixes like that =P