From fe046a55e4c266ffddc3a1b315f369a922576522 Mon Sep 17 00:00:00 2001 From: Vatsal Agarwal <144194722+vatsal-afk@users.noreply.github.com> Date: Sat, 19 Oct 2024 01:02:05 +0530 Subject: [PATCH] Update src/yodapa/plugins/weather.py Co-authored-by: Man Parvesh Singh Randhawa --- src/yodapa/plugins/weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yodapa/plugins/weather.py b/src/yodapa/plugins/weather.py index 8e048a6..217bb04 100644 --- a/src/yodapa/plugins/weather.py +++ b/src/yodapa/plugins/weather.py @@ -13,7 +13,7 @@ """) -@app.command() +@app.command(name="get") def get_weather(location): location_id = location.strip().replace(" ", "+")