Skip to content

Commit

Permalink
Merge pull request #14 from daernsinstantfortress/dev
Browse files Browse the repository at this point in the history
Remove noisy logging
  • Loading branch information
daernsinstantfortress committed May 3, 2024
2 parents 185512a + 5e46b64 commit f9ab92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion weconnect_cupra/__version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.50.06'
__version__ = '0.50.08'
3 changes: 2 additions & 1 deletion weconnect_cupra/api/cupra/elements/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ def updateStatus(self, updateCapabilities: bool = True, force: bool = False, #
domain_value=Domain.PARKING.value,
settings_key='parkingPosition')
except:
LOG.warn('Failed to get parking position')
# This can fire when the vehicle is driving, so suppress it
LOG.debug('Failed to get parking position')

if 'state' in self.capabilities and not self.capabilities['state'].status.value:
try:
Expand Down

0 comments on commit f9ab92c

Please sign in to comment.