fix mock announcer
This commit is contained in:
parent
b4b1f1a2c1
commit
4a1f3a79a5
1 changed files with 3 additions and 0 deletions
|
@ -245,6 +245,9 @@ class Announcer(object):
|
|||
def run_manage_loop(self):
|
||||
pass
|
||||
|
||||
def start(self):
|
||||
pass
|
||||
|
||||
def stop(self):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue