This commit is contained in:
Anatoliy Esherkin 2026-03-13 18:44:15 +03:00 committed by GitHub
commit 25206d7e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -123,6 +123,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: