From 4a1f3a79a56d21b6121a769e716f8e375b35d373 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 19 Apr 2018 16:18:19 -0400 Subject: [PATCH] fix mock announcer --- lbrynet/tests/mocks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lbrynet/tests/mocks.py b/lbrynet/tests/mocks.py index db2b55019..0845cb2f0 100644 --- a/lbrynet/tests/mocks.py +++ b/lbrynet/tests/mocks.py @@ -245,6 +245,9 @@ class Announcer(object): def run_manage_loop(self): pass + def start(self): + pass + def stop(self): pass