Skip to content

Commit

Permalink
fix charge_point example not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiwei-Shen committed Jul 11, 2023
1 parent 54daf9a commit ee03e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/v201/charge_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
sys.exit(1)


from ocpp.v20 import ChargePoint as cp
from ocpp.v20 import call
from ocpp.v201 import ChargePoint as cp
from ocpp.v201 import call

logging.basicConfig(level=logging.INFO)

Expand Down

0 comments on commit ee03e82

Please sign in to comment.