mirror of
https://github.com/openmax-server/server.git
synced 2026-05-23 03:51:43 +03:00
Compare commits
3 Commits
6e5e90c35c
...
e656f6be18
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e656f6be18 | ||
|
|
2776051b17 | ||
|
|
3b7dbda79f |
@@ -1,6 +1,6 @@
|
|||||||
> [!Caution]
|
> [!Caution]
|
||||||
>
|
>
|
||||||
> Проект находится на ранней стадии разработки и вероятно полон багов.
|
> Проект находится на ранней стадии разработки и, вероятно, полон багов.
|
||||||
>
|
>
|
||||||
> Использование в профессиональных средах не рекомендовано.
|
> Использование в профессиональных средах не рекомендовано.
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user