From 9350cf653434b6d29d4ff4874de98a4579abeceb Mon Sep 17 00:00:00 2001 From: Craig Lamparter Date: Thu, 21 Dec 2023 11:07:43 -0800 Subject: [PATCH] Update weather.py because you can't sort icons by penis --- aprsd/plugins/weather.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aprsd/plugins/weather.py b/aprsd/plugins/weather.py index a7da252..4af33e4 100644 --- a/aprsd/plugins/weather.py +++ b/aprsd/plugins/weather.py @@ -26,7 +26,7 @@ class USWeatherPlugin(plugin.APRSDRegexCommandPluginBase, plugin.APRSFIKEYMixin) "weather" - returns weather near the calling callsign """ -# command_regex = r"^([w][x]|[w][x]\s|weather)" + # command_regex = r"^([w][x]|[w][x]\s|weather)" command_regex = r"^[wW]" command_name = "USWeather" @@ -191,9 +191,9 @@ class OWMWeatherPlugin(plugin.APRSDRegexCommandPluginBase): """ -# command_regex = r"^([w][x]|[w][x]\s|weather)" + # command_regex = r"^([w][x]|[w][x]\s|weather)" command_regex = r"^[wW]" - + command_name = "OpenWeatherMap" short_description = "OpenWeatherMap weather of GPS Beacon location"