whaleygeek / pyenergenie

A python interface to the Energenie line of products
MIT License
82 stars 51 forks source link

Add missing import for 'sys' #105

Closed byxor closed 5 years ago

byxor commented 5 years ago

A previous commit introduces a bug.

NameError: name 'sys' is not defined

I've added the import to fix this.

jonathangroves commented 5 years ago

This worked fine for me, for what it's worth.