소스 검색

Ignore sites without a name.

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
725fea40e3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      earwigbot/commands/langcode.py

+ 2
- 0
earwigbot/commands/langcode.py 파일 보기

@@ -40,6 +40,8 @@ class Langcode(Command):
del matrix["specials"]

for site in matrix.itervalues():
if not site["name"]:
continue
name = site["name"].encode("utf8")
localname = site["localname"].encode("utf8")
if site["code"] == lcase:


불러오는 중...
취소
저장