summaryrefslogtreecommitdiff
path: root/searx/engines/wttr.py
diff options
context:
space:
mode:
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}"