From cdfc6f706914aa43fafc741a1cc6c5978691261d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 25 Feb 2013 23:07:11 -0500 Subject: Finish website validation. --- gpscap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gpscap.py') diff --git a/gpscap.py b/gpscap.py index 6ba711f6..44531b15 100644 --- a/gpscap.py +++ b/gpscap.py @@ -145,9 +145,9 @@ class GPSDictionary(ConfigParser.RawConfigParser): if self.has_option(dev, "ntp_offset"): ntp_offset = self.get(dev, "ntp_offset") if pps_accuracy and ntp_offset: - ofp.write("%s
%s\n" % (pps_accuracy, ntp_offset)) + ofp.write("%s
%s\n" % (pps_accuracy, ntp_offset)) else: - ofp.write("?
\n") + ofp.write("?
\n") else: ofp.write(" \n") if self.has_option(dev, "notes"): -- cgit v1.2.1