소스 검색

[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