Skip to content

Commit

Permalink
Update PKUHSC_Gateway_zh_ch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Doublefire-Chen committed Sep 7, 2022
1 parent a18fde8 commit 8caa962
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main/PKUHSC_Gateway_zh_ch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# @email: [email protected]
# @location: HSC of PKU or BJMU(dawu,23333)
# @Last Modified by: Doublefire.Chen
# @Last Modified time: 2022-08-31 18:24:43
# @Last Modified time: 2022-09-01 13:06:18
# @version:v1.0_zh
# @Github address:https://github.com/Doublefire-Chen/PKUHSC_Gateway
# 北大医学办学110周年纪念
Expand Down Expand Up @@ -681,8 +681,7 @@ def unbind(self): #解绑设备界面
elif choose_in_unbind_mac=='8':
for mac in unbindable_mac:
Command().unbind_mac(mac)
Print().wait_time_axis(6
)
Print().wait_time_axis(6)
Login().get_status()
if len(not_binded_mac)==len(online_mac)+len(offline_mac):
Print().Green_print("已解绑全部mac")
Expand All @@ -697,7 +696,6 @@ def unbind(self): #解绑设备界面
Command().unbind_mac(unbindable_mac[t])
Print().wait_time_axis(6)
Login().get_status()
print(online_mac,offline_mac)
if tmp_mac in not_binded_mac:
Print().Green_print("已成功解绑mac地址为"+tmp_mac+"的设备")
else:
Expand Down

0 comments on commit 8caa962

Please sign in to comment.