mirror of
https://github.com/openmax-server/server.git
synced 2026-05-22 19:41:41 +03:00
Фикс
This commit is contained in:
committed by
GitHub
parent
582c0f571c
commit
6a82004727
@@ -90,6 +90,8 @@ class OnemeMobileServer:
|
||||
except Exception as e:
|
||||
self.logger.error(f"Произошла ошибка при работе с клиентом {address[0]}:{address[1]}: {e}")
|
||||
traceback.print_exc()
|
||||
except AttributeError:
|
||||
self.logger.error(f"Повреждённый пакет от клиента {address[0]}:{address[1]}, пропускаю")
|
||||
|
||||
# Удаляем клиента из словаря
|
||||
if userPhone:
|
||||
|
||||
Reference in New Issue
Block a user