From 8b41e1f0778707901a4fa0fe5eba0ca4581fcf33 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 25 Aug 2013 15:05:20 -0400 Subject: [PATCH] Update copyvio trial log file to new Labs location. --- tasks/afc_copyvios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/afc_copyvios.py b/tasks/afc_copyvios.py index 9281ba6..ef36c4c 100644 --- a/tasks/afc_copyvios.py +++ b/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):