Update weather.py both weather plugins have new Ww regex

This commit is contained in:
Craig Lamparter 2023-12-21 11:01:23 -08:00 committed by GitHub
parent b6df9de8aa
commit 651cf014b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -191,7 +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"