Skip to content

Commit

Permalink
Fix after in-depth code review by @frenck
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Mar 31, 2023
1 parent d4a2a09 commit 70da152
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appdaemon/plugins/hass/hassplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def session(self):
headers["x-ha-access"] = self.ha_key

self._session = aiohttp.ClientSession(
# base_url=self.ha_url,
connector=conn,
headers=headers,
json_serialize=utils.convert_json,
Expand Down

0 comments on commit 70da152

Please sign in to comment.