Skip to content

Commit

Permalink
Update weather.py because you can't sort icons by penis
Browse files Browse the repository at this point in the history
  • Loading branch information
craigerl authored Dec 21, 2023
1 parent 651cf01 commit 9350cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aprsd/plugins/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 9350cf6

Please sign in to comment.