1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-08-21 06:02:25 -04:00

Update weather.py because you can't sort icons by penis

This commit is contained in:
Craig Lamparter 2023-12-21 11:07:43 -08:00 committed by GitHub
parent 651cf014b7
commit 9350cf6534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ class USWeatherPlugin(plugin.APRSDRegexCommandPluginBase, plugin.APRSFIKEYMixin)
"weather" - returns weather near the calling callsign "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_regex = r"^[wW]"
command_name = "USWeather" command_name = "USWeather"
@ -191,7 +191,7 @@ 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_regex = r"^[wW]"
command_name = "OpenWeatherMap" command_name = "OpenWeatherMap"