parent
c01c4208c9
commit
61f7e7a3ee
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ def session(connection, client, ip, isssl=False):
|
||||||
try:
|
try:
|
||||||
connection.sendall(content)
|
connection.sendall(content)
|
||||||
except (SSL.WantReadError, SSL.WantWriteError, SSL.WantX509LookupError, SSL.SysCallError):
|
except (SSL.WantReadError, SSL.WantWriteError, SSL.WantX509LookupError, SSL.SysCallError):
|
||||||
|
print(traceback.format_exc())
|
||||||
print("Soft error occurred")
|
print("Soft error occurred")
|
||||||
def tags_diffclient(nick:str): # Get tags of another client
|
def tags_diffclient(nick:str): # Get tags of another client
|
||||||
othercap = property_list[nick]["v3cap"]
|
othercap = property_list[nick]["v3cap"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue