From c71a7d3598cbef646ccd0ef704c1b6b6a26fe1ce Mon Sep 17 00:00:00 2001 From: "Walter A. Boring IV" Date: Wed, 3 Dec 2025 21:10:08 -0500 Subject: [PATCH] Update comment to include PyPI link --- 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 0b8c4fa..f0822d2 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", + comment="APRSD WX http://pypi.org/project/aprsd", ) def loop(self):