mirror of
https://github.com/craigerl/aprsd.git
synced 2025-02-03 09:44:15 -05:00
Update weather.py both weather plugins have new Ww regex
This commit is contained in:
parent
b6df9de8aa
commit
651cf014b7
@ -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"
|
command_name = "OpenWeatherMap"
|
||||||
short_description = "OpenWeatherMap weather of GPS Beacon location"
|
short_description = "OpenWeatherMap weather of GPS Beacon location"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user