Skip to content

Commit 7b1c434

Browse files
committed
fix bug
1 parent 134b471 commit 7b1c434

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

v2ray_util/config_modify/multiple.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def new_user():
8080
info = {'email': email}
8181
if type(group.node_list[0]) == Trojan:
8282
random_pass = ''.join(random.sample(string.digits + string.ascii_letters, 8))
83-
password = input(_("random : "))
8483
tip = _("create random trojan user password:") + ColorStr.cyan(random_pass) + _(", enter to use or input new password: ")
8584
password = input(tip)
8685
if password == "":

v2ray_util/config_modify/stream.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def select(self, sType):
9090
gw.write_port(443)
9191
sw = StreamWriter(self.group_tag, self.group_index, sType)
9292
random_pass = ''.join(random.sample(string.digits + string.ascii_letters, 8))
93-
password = input(_("random : "))
9493
tip = _("create random trojan user password:") + ColorStr.cyan(random_pass) + _(", enter to use or input new password: ")
9594
password = input(tip)
9695
if password == "":

0 commit comments

Comments
 (0)