Browse Source

Update copyvio trial log file to new Labs location.

pull/15/head
Ben Kurtovic 11 years ago
parent
commit
8b41e1f077
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/afc_copyvios.py

+ 1
- 1
tasks/afc_copyvios.py View File

@@ -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…
Cancel
Save