Преглед изворни кода

[enh] selfip plugin description

Adam Tauber пре 10 година
родитељ
комит
9eeb36c787
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      searx/plugins/self_ip.py

+ 1
- 1
searx/plugins/self_ip.py Прегледај датотеку

@@ -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