[Git][NTPsec/ntpsec][master] ntpviz: fix a problem found by pyflakes.
Gary E. Miller
gitlab at mg.gitlab.com
Wed Jan 4 02:11:55 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
f240a5f7 by Gary E. Miller at 2017-01-03T18:11:00-08:00
ntpviz: fix a problem found by pyflakes.
- - - - -
1 changed file:
- ntpclients/ntpviz
Changes:
=====================================
ntpclients/ntpviz
=====================================
--- a/ntpclients/ntpviz
+++ b/ntpclients/ntpviz
@@ -1116,7 +1116,7 @@ plot \\
for stats in statlist:
# speed up by only sending gnuplot the data it will actually use
# fields: time, offset
- plot_data += self.plot_slice(stats.loopstats, 2)
+ plot_data += NTPViz.plot_slice(stats.loopstats, 2)
ret = {'html': '', 'stats': []}
ret['title'] = "Multiplot"
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f240a5f7337a55b220fafb8affa66b079a0af7a1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170104/2b77963a/attachment.html>
More information about the vc
mailing list