Update tools.py

This commit is contained in:
midoks 2022-07-07 10:43:20 +08:00
parent 933da0144a
commit dc7b8fbdbf
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def getServerIp():
if __name__ == "__main__":
type = sys.argv[1]
elif type == 'panel':
if type == 'panel':
set_panel_pwd(sys.argv[2])
elif type == 'username':
set_panel_username()