From 5eb3573165a7955475df2ccdaacf17f4b1a64b60 Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Sat, 15 Mar 2025 15:50:27 -0700 Subject: [PATCH] Update cc/weather --- cc/weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/weather b/cc/weather index e7d7c56..e0c8cb3 100644 --- a/cc/weather +++ b/cc/weather @@ -1,6 +1,6 @@ import requests, os, sys if not "WAPIKEY" in os.environ: - print("MeowNexUS requires the WAPIKEY environment variable for this command to function.") + print("MeowNexUS requires the WAPIKEY environment variable for this command to function. get one from https://weatherapi.com/") sys.exit(1) query = requests.get("http://api.weatherapi.com/v1/current.json?key=" + os.environ["WAPIKEY"] + "&q=" + " ".join(sys.argv[3:])).json() weathers = {