Skip to content

Commit

Permalink
Update stream.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Radium-bit committed May 22, 2022
1 parent c9c41a0 commit c545397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2ray_util/config_modify/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def select(self, sType):
print("")
security = CommonSelector(security_list, _("please select ss method: ")).select()
if security != "none":
key = ''.join(random.sample(string.ascii_letters + string.digits, 8))
key = ''.join(random.sample(string.ascii_letters + string.digits, 18))
new_pass = input('{} {}, {}'.format(_("random generate password"), key, _("enter to use, or input customize password: ")))
if new_pass:
key = new_pass
Expand Down

0 comments on commit c545397

Please sign in to comment.