Browse Source

[enh] selfip plugin description

Adam Tauber 10 years ago
parent
commit
9eeb36c787
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/plugins/self_ip.py

+ 1
- 1
searx/plugins/self_ip.py View File

@@ -1,6 +1,6 @@
1 1
 
2 2
 name = "Self IP"
3
-description = ""
3
+description = "Display your source IP address"
4 4
 default_on = True
5 5
 
6 6