From c723be5982c40e8fc55027fc591bbe2ec0c7baf4 Mon Sep 17 00:00:00 2001 From: Lemuel Lee Date: Fri, 18 Aug 2023 14:41:05 +0100 Subject: [PATCH] Fix missing comma in HEADERS_UNAVAIL_TRANSM. --- entsoe/parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entsoe/parsers.py b/entsoe/parsers.py index 951c3d6..7fd9a62 100644 --- a/entsoe/parsers.py +++ b/entsoe/parsers.py @@ -892,7 +892,7 @@ def _unavailability_gen_ts(soup: bs4.BeautifulSoup) -> list: HEADERS_UNAVAIL_TRANSM = ['created_doc_time', 'docstatus', 'mrid', - 'revision' + 'revision', 'businesstype', 'in_domain', 'out_domain',