Fixed broken resource setting
This commit is contained in:
parent
84ad8fb723
commit
102126b330
1 changed files with 1 additions and 0 deletions
|
@ -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'''
|
||||
|
|
Loading…
Add table
Reference in a new issue