소스 검색

Pass parameter to recursive call.

tags/v0.2
Ben Kurtovic 9 년 전
부모
커밋
b87d5ac673
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/wiki/copyvios/exclusions.py

+ 1
- 1
earwigbot/wiki/copyvios/exclusions.py 파일 보기

@@ -155,7 +155,7 @@ class ExclusionsDB(object):
log = u"Database for {0} is still fresh (last updated {1} seconds ago)"
self._logger.debug(log.format(sitename, time_since_update))
if sitename != "all":
self.sync("all")
self.sync("all", force=force)

def check(self, sitename, url):
"""Check whether a given URL is in the exclusions database.


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