Skip to content

Commit

Permalink
Ensure load observation has freq member
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdonnison committed Jan 29, 2018
1 parent d555737 commit 9b988ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiso/eu.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def parse_response(self, response):
'ba_name': self.options['control_area'],
'market': 'RTHR',
'timestamp': timestamp,
'freq': 'n/a',
}
if (self.options['forecast']):
datapoint['market'] = 'DAM'
Expand Down

0 comments on commit 9b988ac

Please sign in to comment.