nkgilley/python-ecobee-api

typo in pyecobee/__init__.py

Closed this issue · 1 comments

typo (line 203 of pyecobee/init.py does not provide the log_msg_action require argument to make_request)

Line 202,203 should probably be
if self.refresh_tokens():
return self.make_request(body,log_msg_action)

I originally filed this under home assistant
home-assistant/core#11918

This issue was fixed in release 0.0.15