Refactor code for readability and compatibility.
This commit is contained in:
parent
a09835049b
commit
c6d9c0619e
43 changed files with 129 additions and 112 deletions
|
|
@ -310,7 +310,7 @@ class ServerSession(Session):
|
|||
cchan = ChannelDB.objects.get_channel(cchan[0])
|
||||
cchan.msg("[%s]: %s" % (cchan.key, message))
|
||||
except Exception:
|
||||
pass
|
||||
logger.log_trace()
|
||||
logger.log_info(message)
|
||||
|
||||
def get_client_size(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue