From 99ab86fffb2e7e2d785b29bf92c7065b0ddf995f Mon Sep 17 00:00:00 2001 From: gigatexel <65073191+gigatexel@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:56:36 +0200 Subject: [PATCH] Update telegram_specifications.py --- dsmr_parser/telegram_specifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmr_parser/telegram_specifications.py b/dsmr_parser/telegram_specifications.py index f14cef2..07f60cb 100644 --- a/dsmr_parser/telegram_specifications.py +++ b/dsmr_parser/telegram_specifications.py @@ -155,7 +155,7 @@ BELGIUM_FLUVIUS['objects'].update({ obis.BELGIUM_MAX_CURRENT_PER_PHASE: MBusParser( ValueParser(timestamp), ValueParser(Decimal) - ), + ), }) LUXEMBOURG_SMARTY = deepcopy(V5)