Some minor fixes and cleanups.
This commit is contained in:
parent
07944918f7
commit
4a97a05c10
3 changed files with 3 additions and 4 deletions
|
|
@ -320,7 +320,7 @@ class PortalSessionHandler(SessionHandler):
|
|||
|
||||
"""
|
||||
return [sess for sess in self.get_sessions(include_unloggedin=True)
|
||||
if hasattr(sess, 'csessid') and sess.csessid == csessid]
|
||||
if hasattr(sess, 'csessid') and sess.csessid and sess.csessid == csessid]
|
||||
|
||||
def announce_all(self, message):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue