diff --git a/README.md b/README.md index db2af3e..9aa142a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

一个 python 实现的 Rustdesk API 接口,支持 WebUI 管理
- +
diff --git a/README_EN.md b/README_EN.md index cc88647..00b039e 100644 --- a/README_EN.md +++ b/README_EN.md @@ -9,7 +9,7 @@

A Rustdesk API interface implemented in Python, with WebUI management support
- +
diff --git a/api/views_api.py b/api/views_api.py index 6653842..520cc44 100644 --- a/api/views_api.py +++ b/api/views_api.py @@ -47,7 +47,7 @@ def login(request): peer = RustDeskPeer() peer.uid = user.id peer.rid = device.rid - peer.abid = ab.guid + # peer.abid = ab.guid # v2, current version not used peer.hostname = device.hostname peer.username = device.username peer.save()