Skip to content

Commit

Permalink
Update tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 17, 2022
1 parent d8a18cd commit 8181a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def getServerIp():
if type == 'panel':
set_panel_pwd(sys.argv[2])
elif type == 'username':
set_panel_username()
set_panel_username(sys.argv[2])
elif type == 'getServerIp':
getServerIp()
else:
Expand Down

0 comments on commit 8181a0d

Please sign in to comment.