Skip to content

Commit

Permalink
Update src/yodapa/plugins/weather.py
Browse files Browse the repository at this point in the history
Co-authored-by: Man Parvesh Singh Randhawa <manparveshsinghrandhawa@gmail.com>
  • Loading branch information
vatsal-afk and manparvesh authored Oct 18, 2024
1 parent dc5acda commit fe046a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yodapa/plugins/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
""")

@app.command()
@app.command(name="get")
def get_weather(location):
location_id = location.strip().replace(" ", "+")

Expand Down

0 comments on commit fe046a5

Please sign in to comment.