From 53c95e96c5b60bd8a1f651ec231e28ad61736390 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Mar 2019 09:33:49 +0200 Subject: Fix: name of config setting to use fake muck --- yarns/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns') diff --git a/yarns/lib.py b/yarns/lib.py index d7c8a13..a776fda 100644 --- a/yarns/lib.py +++ b/yarns/lib.py @@ -47,7 +47,7 @@ class EffiAPI: def get_config(self): return { - 'faks': True, + 'fake': True, 'muck-url': 'xxx', 'log': 'effiapi.log', 'pid': 'effiapi.pid', -- cgit v1.2.1