Skip to content

Commit

Permalink
fix method update
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Apr 15, 2023
1 parent 3c6db0f commit af3571f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/drivvo/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,3 @@ def extra_state_attributes(self):
def update(self):
"""Atualiza os dados fazendo requisição na API."""
self._supplies = get_data(self._email, self._password, self._id_vehicle)
import pdb

pdb.set_trace()

0 comments on commit af3571f

Please sign in to comment.