Skip to content
Snippets Groups Projects
Commit 5a5ed153 authored by Liorithiel's avatar Liorithiel
Browse files

formatting errors

parent 6c185822
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,6 @@ class CapsCache(object):
# this will create proper object
q.queried=1
account.discoverInfo(jid, '%s#%s' % (node, ver))
else:
for ext in exts:
qq=q[ext]
......@@ -196,7 +195,6 @@ class CapsCache(object):
# do query for node+version+ext triple
qq.queried=1
account.discoverInfo(jid, '%s#%s' % (node, ext))
else:
gajim.capscache = CapsCache(gajim.logger)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment