mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
longer period for heartbeat.
This commit is contained in:
@@ -33,7 +33,7 @@ class UnknownChatter(Exception):
|
||||
def __init__(self, name):
|
||||
self.named = name
|
||||
def __str__(self):
|
||||
return """Component calling itself "%s" talking on unexpected channel"""\
|
||||
return "Component calling itself '%s' talking on unexpected channel"
|
||||
% self.named
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user