don explicitly add node on eventlisten

This commit is contained in:
Thomas S Hatch 2013-01-17 14:00:53 -07:00
parent bbad93c386
commit e354080dd7

View file

@ -42,8 +42,6 @@ def parse():
if v is not None:
opts[k] = v
opts['sock_dir'] = os.path.join(opts['sock_dir'], opts['node'])
return opts
@ -55,6 +53,7 @@ def listen(sock_dir, node):
node,
sock_dir,
)
print event.puburi
while True:
ret = event.get_event(full=True)
if ret is None: