소스 검색

Fix a minor bug.

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

+ 1
- 1
earwigbot/tasks/drn_clerkbot.py 파일 보기

@@ -649,7 +649,7 @@ class DRNClerkBot(Task):
self.logger.debug(log.format(target, template))
page = site.get_page(target)
if page.namespace == constants.NS_USER_TALK:
user = site.get_user(target.split(":", 1)[1:])
user = site.get_user(target.split(":", 1)[1])
if not user.exists and not user.is_ip:
log = u"Skipping [[{0}]]; user does not exist and is not an IP"
self.logger.info(log.format(target))


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