[Update] Model: Modify error logging to remove exception details on address in use
This commit is contained in:
@@ -852,7 +852,7 @@ class Model:
|
||||
if e.errno == errno.EADDRINUSE:
|
||||
response = False
|
||||
else:
|
||||
errorLogging(e)
|
||||
errorLogging()
|
||||
response = False
|
||||
return response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user