From e06e29eeab642908c2c976637e46f582602a8e1b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 27 Jan 2025 22:08:44 +1100 Subject: sideright: imperial weather --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.ts') diff --git a/config.ts b/config.ts index f74c024..4bae082 100644 --- a/config.ts +++ b/config.ts @@ -82,5 +82,5 @@ export const weather = { interval: 600000, key: "assets/weather-api-key.txt", // Path to file containing api key relative to the base directory. To get a key, visit https://weatherapi.com/ location: "", // Location as a string or empty to autodetect - // TODO: imperial + imperial: false, }; -- cgit v1.2.3-freya