From 8a88988a02313bbe24c564d7d932e98c85fdb802 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 25 Aug 2013 05:14:23 -0400 Subject: [PATCH] WHOOPS. --- earwigbot/config/script.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/earwigbot/config/script.py b/earwigbot/config/script.py index 7bc54c5..afdb41a 100644 --- a/earwigbot/config/script.py +++ b/earwigbot/config/script.py @@ -283,8 +283,7 @@ class ConfigScript(object): labs = self._ask_bool(msg, default=False) if labs: args = [("host", "$1.labsdb"), ("db", "$1_p"), - ("read_default_file", - "/data/project/earwigbot/replica.my.cnf")] + ("read_default_file", "~/replica.my.cnf")] self.data["wiki"]["sql"] = OrderedDict(args) else: msg = "Will this bot run from the Wikimedia Toolserver?"