Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WAADRI authored Apr 2, 2024
1 parent 7b93098 commit c66c16d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion other-signin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,10 @@ async def sign_server_ws_monitor():
elif message == "duplicate_name":
logging.warning("您的节点名称与目前已接入节点的名称存在重复,请在配置文件中修改节点名称后重新启动本程序")
await sign_server_ws.close()
return 0
time.sleep(3)
print("按任意键退出...")
msvcrt.getch()
sys.exit()
elif message != "ping":
try:
_data = json.loads(message)
Expand Down

0 comments on commit c66c16d

Please sign in to comment.