From 9782c572297a36a3bf5fd1a91a8e80544788972c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20H=C3=BCseyin=20Pay?= Date: Sun, 21 Apr 2024 00:07:01 +0300 Subject: [PATCH] fix typo for InternalError in exceptions.py --- ocpp/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocpp/exceptions.py b/ocpp/exceptions.py index 867b6a793..c678442b9 100644 --- a/ocpp/exceptions.py +++ b/ocpp/exceptions.py @@ -49,7 +49,7 @@ class InternalError(OCPPError): code = "InternalError" default_description = ( "An internal error occurred and the receiver was " - "able to process the requested Action successfully" + "not able to process the requested Action successfully" )