Skip to content

Commit

Permalink
fixed 133,132
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmo888 committed Sep 3, 2024
1 parent 6a4eeac commit 3978cf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p align="center">
<i>一个 python 实现的 Rustdesk API 接口,支持 WebUI 管理</i>
<br/>
<img src ="https://img.shields.io/badge/Version-1.5.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/Version-1.5.1-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/Python-3.7|3.8|3.9|3.10|3.11-blue.svg" />
<img src ="https://img.shields.io/badge/Django-3.2+|4.x-yelow.svg" />
<br/>
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p align="center">
<i>A Rustdesk API interface implemented in Python, with WebUI management support</i>
<br/>
<img src ="https://img.shields.io/badge/Version-1.5.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/Version-1.5.1-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/Python-3.7|3.8|3.9|3.10|3.11-blue.svg" />
<img src ="https://img.shields.io/badge/Django-3.2+|4.x-yelow.svg" />
<br/>
Expand Down
2 changes: 1 addition & 1 deletion api/views_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3978cf6

Please sign in to comment.