Skip to content

Commit

Permalink
Merge pull request #924 from metno/fix913
Browse files Browse the repository at this point in the history
Add add_pages to WebDisplaySetup
  • Loading branch information
lewisblake authored Oct 16, 2023
2 parents 749811b + 29a7808 commit 26053f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyaerocom/aeroval/setupclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def __init__(self, **kwargs):
self.hide_charts = []
self.hide_pages = []
self.ts_annotations = {}
self.add_pages = []
self.update(**kwargs)


Expand Down

0 comments on commit 26053f2

Please sign in to comment.