mirror of
https://github.com/marcus-alicia/iRedAdmin-Pro-SQL.git
synced 2026-05-26 07:08:10 +00:00
Update to 5.4
This commit is contained in:
@@ -677,7 +677,7 @@ def generate_random_strings(length=10) -> str:
|
||||
"23456789"
|
||||
|
||||
s = ""
|
||||
for x in range(length):
|
||||
for _ in range(length):
|
||||
s += random.choice(chars)
|
||||
|
||||
return s
|
||||
|
||||
Reference in New Issue
Block a user