mirror of https://github.com/coddrago/Heroku
Update utils.py
parent
297c222a7d
commit
0fbdba8a9c
|
@ -1127,7 +1127,7 @@ def rand(size: int, /) -> str:
|
|||
:return: Random string
|
||||
"""
|
||||
return "".join(
|
||||
[random.choice("abcdefghijklmnopqrstuvwxyz1234567890!@$#$%*") for _ in range(size)]
|
||||
[random.choice("abcdefghijklmnopqrstuvwxyz1234567890_") for _ in range(size)]
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue