Skip to content

Commit 681570d

Browse files
committed
version 1.1.1
1 parent c5201c2 commit 681570d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,6 @@ In a fresh setup, you can restore the data via the 'loaddata' command:
143143
- Exclude average station from status evaluation
144144
- Logging current good/bad weather status
145145
- Added plot for solar elevation and good weather for last 24h
146+
147+
#### version 1.1.1 (2020-11-24)
148+
- Fixed bug with update of plots.

pyobs_weather/frontend/static/frontend/js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ function update_plots() {
126126
plot(this);
127127
});
128128

129-
// schedule next run
130-
setTimeout(update_values, 60000);
129+
// schedule next run-
130+
setTimeout(update_plots, 60000);
131131
}
132132

133133
function update_values() {

pyobs_weather/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.1'
1+
VERSION = '1.1.1'

0 commit comments

Comments
 (0)