ソースを参照

[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