瀏覽代碼

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):


Loading…
取消
儲存