##// END OF EJS Templates
Add default (None) values to HBChannel constructor...
Carlos Cordoba -
Show More
@@ -47,7 +47,7 b' class HBChannel(Thread):'
47 47 _pause = None
48 48 _beating = None
49 49
50 def __init__(self, context, session, address):
50 def __init__(self, context=None, session=None, address=None):
51 51 """Create the heartbeat monitor thread.
52 52
53 53 Parameters
General Comments 0
You need to be logged in to leave comments. Login now