Skip to content

Commit

Permalink
Fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Nov 29, 2024
1 parent 7853968 commit da865f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# create console handler and set level to debug
logger = logging.getLogger()
logger.setLevel("DEBUG")
logger.setLevel("INFO")
ch = logging.StreamHandler()
formatter = logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s")
ch.setFormatter(formatter)
Expand Down Expand Up @@ -44,7 +44,7 @@ async def main() -> None:
logger.info(vehicle.fuel_status)
logger.info(vehicle.last_access)
logger.info(vehicle.position)
# logger.info(vehicle.location)
logger.info(vehicle.location)
logger.info(vehicle.access)
logger.info(vehicle.charging)
logger.info(vehicle.climatisation)
Expand Down

0 comments on commit da865f5

Please sign in to comment.