From 6cbafdd1d2be0c35a5e8c4dae51bc1540ef06234 Mon Sep 17 00:00:00 2001 From: "Walter A. Boring IV" Date: Wed, 3 Dec 2025 21:04:02 -0500 Subject: [PATCH] Update comment in weewx.py --- aprsd_weewx_plugin/weewx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd_weewx_plugin/weewx.py b/aprsd_weewx_plugin/weewx.py index e1c678c..0b8c4fa 100644 --- a/aprsd_weewx_plugin/weewx.py +++ b/aprsd_weewx_plugin/weewx.py @@ -337,7 +337,7 @@ class WeewxWXAPRSThread(threads.APRSDThread): rain_since_midnight=rain_since_midnight, humidity=int(round(humidity)), pressure=pressure, - comment="APRSD WX http://bit.ly/3McOYIF", + comment="APRSD WX", ) def loop(self):