This commit is contained in:
Nikos Kouremenos 2005-10-26 17:30:52 +00:00
parent cb32099db6
commit 69fc11d949
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ def ensure_unicode_string(s):
return s
def get_xmpp_show(show):
if show in ['online', 'offline']:
if show in ('online', 'offline'):
return None
return show