[Git][NTPsec/ntpsec][master] ntpviz: fix default period to 7 days.

Gary E. Miller gitlab at mg.gitlab.com
Thu Oct 6 17:27:51 UTC 2016


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
ae14c8db by Gary E. Miller at 2016-10-06T10:27:35-07:00
ntpviz: fix default period to 7 days.

- - - - -


1 changed file:

- ntpstats/ntpviz


Changes:

=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -878,7 +878,7 @@ Python by ESR, concept and GNUPLOT code by Dan Drown.
                 help="one or more logfile directories to read",
                 type=str)
     parser.add_argument('-p', '--period',
-                default = NTPStats.DefaultPeriod,
+                default = 7,    # default to 7 days
                 dest='period',
                 help="period in days to graph (float)",
                 type=float)



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ae14c8db1fb426e9071dc46aafecb919d15cfcc2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161006/5e50001b/attachment.html>


More information about the vc mailing list