Skip to content

Commit

Permalink
fix call to _get_tracker_gps
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Apr 14, 2023
1 parent 8e3d4e5 commit 87c12bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nws_alerts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async def _async_update_data(self):
"""Fetch data"""
coords = None
if CONF_TRACKER in self.config:
coords = await self._get_tracker_gps
coords = await self._get_tracker_gps()
async with timeout(self.timeout):
try:
data = await update_alerts(self.config, coords)
Expand Down

0 comments on commit 87c12bb

Please sign in to comment.