Skip to content

Commit

Permalink
Merge pull request EnergieID#269 from LemuelKL/268-fix-typo-headers-u…
Browse files Browse the repository at this point in the history
…navail-transm

Fix missing comma in HEADERS_UNAVAIL_TRANSM.
  • Loading branch information
fboerman authored and fleimgruber committed May 14, 2024
2 parents 00ea4e2 + c723be5 commit 7927621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entsoe/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7927621

Please sign in to comment.