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):