Update panel_tools.py

pull/632/head
Mr Chen 5 months ago
parent 864b5bb985
commit c3285f8b2e
  1. 2
      panel_tools.py

@ -195,7 +195,7 @@ def mwcli(mw_input=0):
mw.echoInfo("关闭IPv6支持了")
elif mw_input == 25:
open_ssh_port()
print("|-已开启!")
mw.echoInfo("已开启!")
elif mw_input == 26:
two_step_verification = thisdb.getOptionByJson('two_step_verification', default={'open':False})
if two_step_verification['open']:

Loading…
Cancel
Save