소스 검색

Update copyvio trial log file to new Labs location.

pull/15/head
Ben Kurtovic 11 년 전
부모
커밋
8b41e1f077
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/afc_copyvios.py

+ 1
- 1
tasks/afc_copyvios.py 파일 보기

@@ -130,7 +130,7 @@ class AFCCopyvios(Task):
data += u"Best match: {0}\n".format(url)
data += u"Num queries: {0}\n".format(queries)
data += u"Time: {0}\n".format(time)
with open("/home/earwig/public_html/copyvio_bot_trial.txt", "a") as fp:
with open("/data/project/earwigbot/public_html/copyvio_bot_trial.txt", "a") as fp:
fp.write(data.encode("utf8"))

def has_been_processed(self, pageid):


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