Skip to content

Commit

Permalink
Minor tweak of templating 'live' data
Browse files Browse the repository at this point in the history
I don't expect this to affect anything in normal operation.

Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed Aug 25, 2018
1 parent 83d1505 commit ff13cf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '18.8.0'
_release = '1595'
_commit = '6c0f067'
_release = '1596'
_commit = '83d1505'
2 changes: 1 addition & 1 deletion src/pywws/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def jump(idx, count):
data = data_set[idx]
elif command[0] == 'live':
data_set = self.calib_data
idx = datetime.max
idx = live_data['idx']
valid_data = True
data = live_data
elif command[0] == 'timezone':
Expand Down

0 comments on commit ff13cf0

Please sign in to comment.