Fix formatting
This commit is contained in:
parent
f38c62e8db
commit
2d0a7aa87a
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ class Messages():
|
||||||
def __init__(self, message_limit=500):
|
def __init__(self, message_limit=500):
|
||||||
"""
|
"""
|
||||||
message_limit - maximum amount of messages that will be stored at a time
|
message_limit - maximum amount of messages that will be stored at a time
|
||||||
None - no limit
|
None - no limit
|
||||||
"""
|
"""
|
||||||
|
|
||||||
self.message_limit = message_limit
|
self.message_limit = message_limit
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ class Room():
|
||||||
|
|
||||||
def get_session(self, sid):
|
def get_session(self, sid):
|
||||||
"""
|
"""
|
||||||
get_session(session_id) -> session
|
get_session(session_id) -> Session
|
||||||
|
|
||||||
Returns the session with that id.
|
Returns the session with that id.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ class Sessions():
|
||||||
|
|
||||||
def get(self, sid):
|
def get(self, sid):
|
||||||
"""
|
"""
|
||||||
get(session_id) -> session
|
get(session_id) -> Session
|
||||||
|
|
||||||
Returns the session with that id.
|
Returns the session with that id.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue