mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint #25149
This commit is contained in:
parent
2f1bad1c01
commit
2fe167edf8
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ class BaseSaltAPIHandler(tornado.web.RequestHandler, SaltClientsMixIn): # pylin
|
|||
'''
|
||||
if not hasattr(self.application, 'event_listener'):
|
||||
logger.critical('init a listener')
|
||||
self.application.event_listener = EventListener(
|
||||
self.application.event_listener = EventListener(
|
||||
self.application.mod_opts,
|
||||
self.application.opts,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue