This commit is contained in:
Anatoliy Esherkin 2026-03-14 21:54:29 +03:00 committed by GitHub
parent 2ce4ac64e2
commit 3b7dbda79f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ class Tools:
photoId=None, updateTime=0, photoId=None, updateTime=0,
firstName="Test", lastName="Account", options=[], firstName="Test", lastName="Account", options=[],
description=None, accountStatus=0, profileOptions=[], description=None, accountStatus=0, profileOptions=[],
includeProfileOptions=True, username=None includeProfileOptions=True, username=None, type="ONEME"
): ):
contact = { contact = {
"id": id, "id": id,
@ -182,4 +182,4 @@ class Tools:
} }
# Возвращаем # Возвращаем
return message, int(row.get("time")) return message, int(row.get("time"))