Skip to content

Commit

Permalink
Update line width charge_point.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuseyinpay authored Sep 24, 2024
1 parent 3fe614b commit e67a4fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ocpp/charge_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ def __init__(self, id, connection, response_timeout=30, logger=LOGGER):
connection: Connection to CP.
response_timeout (int): When no response on a request is received
within this interval, a asyncio.TimeoutError is raised.
logger (logging.Logger): The logger used to log messages. By default, it logs to the 'ocpp' logger.
This can be customized by passing a different logger instance.
logger (logging.Logger): The logger used to log messages. By default,
it logs to the 'ocpp' logger. This can be customized by passing
a different logger instance.
"""
self.id = id

Expand Down

0 comments on commit e67a4fa

Please sign in to comment.