From 4eb03fad6b284dc2d936ff52a612e0d1a53acc29 Mon Sep 17 00:00:00 2001 From: giantkingsquid Date: Tue, 12 Jan 2021 12:24:16 +1100 Subject: [PATCH] Fix typo in schema Was missing the "s" at the end of user.radiationhours.schema_with_sunshine_hours --- user/radiationhours.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/radiationhours.py b/user/radiationhours.py index 2a31be5..750f40f 100644 --- a/user/radiationhours.py +++ b/user/radiationhours.py @@ -41,7 +41,7 @@ # The schema defines the structure of the database. # It is *only* used when the database is created. #schema = schemas.wview.schema - schema = user.radiationhours.schema_with_sunshine_hour + schema = user.radiationhours.schema_with_sunshine_hours 4. Shutdown Weewx and update your database to bring in the new field. wee_database weewx.conf --reconfigure