bk1285 / rpi_wordclock

Software to create a Raspberry Pi based wordclock
GNU General Public License v3.0
214 stars 107 forks source link

False Indentation in wordclock.py - master? #96

Closed PCABG closed 5 years ago

PCABG commented 6 years ago

Hi there I'm not completely sure if it's an error or if I just did something wrong: I set up the clock without buttons - and set the GPIO to high according to the guidelines, tried to only load the default time plugin, yet the clock only showed the menu-clock

Stepping through it I noticed that the program skipped lines 133-135 due to the additional indentation, I removed the indent to a level to the left and now it works...

any feedback on that? thanks

bk1285 commented 6 years ago

Hi @PCABG thanks for reporting. Can you check latest master for correct functionality?

Best, Bernd