little bugfix
This commit is contained in:
parent
6054f6e7ba
commit
f67f86ab67
|
@ -1526,7 +1526,6 @@ class plugin:
|
||||||
|
|
||||||
def handle_event_agent_info(self, account, array):
|
def handle_event_agent_info(self, account, array):
|
||||||
#('AGENTS_INFO', account, (agent, infos))
|
#('AGENTS_INFO', account, (agent, infos))
|
||||||
self.handle_event_agent_info(account, array)
|
|
||||||
if not array[1].has_key('instructions'):
|
if not array[1].has_key('instructions'):
|
||||||
warning_Window(_("error contacting %s") % array[0])
|
warning_Window(_("error contacting %s") % array[0])
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue