summaryrefslogtreecommitdiff
path: root/searx/engines/wttr.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2023-04-07 13:34:24 +0200
committerGitHub <noreply@github.com>2023-04-07 13:34:24 +0200
commit393e14965acbf0c9a1942a249a55705be9881918 (patch)
tree7695faab05ae377a241b0f9531b5faf93405b84c /searx/engines/wttr.py
parent53c154e2b1f304cc624142dff7bde30120efc029 (diff)
parent8f79dd7659a3d837108b402dcd482910d55b57d8 (diff)
Merge pull request #2326 from return42/ungrouped
[mod] clarify the difference of the default category and subgrouping
Diffstat (limited to 'searx/engines/wttr.py')
-rw-r--r--searx/engines/wttr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/wttr.py b/searx/engines/wttr.py
index d3da2748a..2eaee62ae 100644
--- a/searx/engines/wttr.py
+++ b/searx/engines/wttr.py
@@ -15,7 +15,7 @@ about = {
"results": "JSON",
}
-categories = ["others"]
+categories = ["weather"]
url = "https://wttr.in/{query}?format=j1&lang={lang}"