mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
fixed indent errors
This commit is contained in:
parent
1bf34caa5b
commit
38c2f51f83
2 changed files with 43 additions and 41 deletions
|
@ -828,6 +828,8 @@ class XMLStream(object):
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
func(*args)
|
func(*args)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
def _event_runner(self):
|
def _event_runner(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue