Fixed broken resource setting

This commit is contained in:
red-agent 2009-11-22 13:33:19 +02:00
parent 84ad8fb723
commit 102126b330
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ class CommonConnection:
resource = Template(resource).safe_substitute({
'hostname': socket.gethostname()
})
return resource
def dispatch(self, event, data):
'''always passes account name as first param'''