Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcin Mielniczuk
python-nbxmpp
Commits
ba07eccc
Commit
ba07eccc
authored
Jan 04, 2019
by
Philipp Hörist
Browse files
Dont print log message on valid show
parent
48c04eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/modules/presence.py
View file @
ba07eccc
...
...
@@ -84,6 +84,9 @@ class BasePresence:
@
staticmethod
def
_parse_show
(
stanza
):
show
=
stanza
.
getShow
()
if
show
is
None
:
return
PresenceShow
.
ONLINE
try
:
return
PresenceShow
(
stanza
.
getShow
())
except
ValueError
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment