mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Variable typo
This commit is contained in:
@@ -165,7 +165,7 @@ class JabberService(BaseService):
|
||||
def announce(self, server, message, subject=None, users=[], groups=[], servers=[]):
|
||||
|
||||
dest = []
|
||||
if len(severs):
|
||||
if len(servers):
|
||||
if 'all' in servers:
|
||||
dest = ['%s/announce/all-hosts/online' % self.settings['jabber_server']]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user