Skip to content

Commit dc7b8fb

Browse files
committed
Update tools.py
1 parent 933da01 commit dc7b8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def getServerIp():
6161

6262
if __name__ == "__main__":
6363
type = sys.argv[1]
64-
elif type == 'panel':
64+
if type == 'panel':
6565
set_panel_pwd(sys.argv[2])
6666
elif type == 'username':
6767
set_panel_username()

0 commit comments

Comments
 (0)