[Update] Model: Modify error logging to remove exception details on address in use

This commit is contained in:
misyaguziya
2025-05-20 11:33:40 +09:00
parent 60fb58f6d5
commit cfc26c4767

View File

@@ -852,7 +852,7 @@ class Model:
if e.errno == errno.EADDRINUSE:
response = False
else:
errorLogging(e)
errorLogging()
response = False
return response