File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ def new_user():
80
80
info = {'email' : email }
81
81
if type (group .node_list [0 ]) == Trojan :
82
82
random_pass = '' .join (random .sample (string .digits + string .ascii_letters , 8 ))
83
- password = input (_ ("random : " ))
84
83
tip = _ ("create random trojan user password:" ) + ColorStr .cyan (random_pass ) + _ (", enter to use or input new password: " )
85
84
password = input (tip )
86
85
if password == "" :
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ def select(self, sType):
90
90
gw .write_port (443 )
91
91
sw = StreamWriter (self .group_tag , self .group_index , sType )
92
92
random_pass = '' .join (random .sample (string .digits + string .ascii_letters , 8 ))
93
- password = input (_ ("random : " ))
94
93
tip = _ ("create random trojan user password:" ) + ColorStr .cyan (random_pass ) + _ (", enter to use or input new password: " )
95
94
password = input (tip )
96
95
if password == "" :
You can’t perform that action at this time.
0 commit comments