From 5c378f3419adbd3bc121834f44db45a85a4ada36 Mon Sep 17 00:00:00 2001 From: Nigel Dokter Date: Wed, 20 Apr 2022 22:02:35 +0200 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 9e09193..0b716e7 100644 --- a/README.rst +++ b/README.rst @@ -110,6 +110,7 @@ Moreover, the telegram passed to `telegram_callback(telegram)` is already parsed However, if we construct a mock TelegramParser that just returns the already parsed object we can work around this. An example is below: .. code-block:: python + import asyncio import logging #from dsmr_parser import obis_references