소스 검색

Logic error, whoops

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

+ 1
- 1
bot/tasks/afc_statistics.py 파일 보기

@@ -634,7 +634,7 @@ class Task(BaseTask):
return None, None, None
content = self.get_revision_content(revid)
statuses = self.get_statuses(content)
if search_for in statuses:
if search_for not in statuses:
return last
last = (user, datetime.strptime(ts, "%Y%m%d%H%M%S"), revid)



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