smar000 / evoGateway

Python script for listening in and responding to evohome heating control radio messages
46 stars 17 forks source link

Syntax error #31

Closed magoafono closed 3 years ago

magoafono commented 3 years ago

There is a indentation error in evogateway file:

~/evohome-Listener$ python3 evogateway.py File "evogateway.py", line 501 else: ^ IndentationError: unindent does not match any outer indentation level

smar000 commented 3 years ago

Sorry, indentation error crept in from one of the PRs. I have corrected it and pushed an update.