[autofix.ci] apply automated fixes
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Mon, 24 Jun 2024 18:18:02 +0000 (18:18 +0000)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 18:18:02 +0000 (18:18 +0000)
tests/ocpp-server/README.md

index 544af2b727c81d1933d80f7e7d285965694eb4bb..1b642475d36757c63689628c43db2e8823fe13ce 100644 (file)
@@ -6,16 +6,17 @@ https://github.com/mobilityhouse/ocpp/blob/master/ocpp/v201/enums.py
 ## Prerequisites
 
 This project requires Python 3.7+ and [poetry](https://python-poetry.org/) to install the required packages:
+
 ```shell
 pip install poetry
 ```
+
 then
 
 ```shell
 poetry install
 ```
 
-
 ## Running the Server
 
 To start the server, run the `server.py` script:
@@ -23,11 +24,13 @@ To start the server, run the `server.py` script:
 ```shell
 poetry run task server
 ```
+
 or
 
 ```shell
 poetry run task server --request GetBaseReport --period 5
 ```
+
 The server will start listening for connections on port 9000.
 
 ## Overview of the Server Scripts