Compare commits

...

3 Commits

Author SHA1 Message Date
Anatoliy Esherkin e656f6be18
Merge 3b7dbda79f into 2776051b17 2026-03-17 08:14:55 +03:00
relyay 2776051b17
Grammar fix in readme.md (#27) 2026-03-16 18:59:08 +03:00
Anatoliy Esherkin 3b7dbda79f
Фикс 2026-03-14 21:54:29 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
> [!Caution]
>
> Проект находится на ранней стадии разработки и вероятно полон багов.
> Проект находится на ранней стадии разработки и, вероятно, полон багов.
>
> Использование в профессиональных средах не рекомендовано.
>

View File

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