From f0df6d9c19d7d94e68cd51749bbc3acd48771765 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Sat, 15 Nov 2014 23:08:12 +0000 Subject: [PATCH] fixed typo in te923 driver --- bin/weewx/drivers/te923.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/weewx/drivers/te923.py b/bin/weewx/drivers/te923.py index eda7a617..567e9c5e 100644 --- a/bin/weewx/drivers/te923.py +++ b/bin/weewx/drivers/te923.py @@ -210,7 +210,7 @@ def logerr(msg): class TE923ConfEditor(weewx.drivers.AbstractConfEditor): @property - def default_conf(self): + def default_stanza(self): return """ [TE923] # This section is for the Hideki TE923 series of weather stations.