Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit f329ee0

Browse files
Update signatures.py
1 parent 568352f commit f329ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signatures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_cnonce() -> str:
1010
buf = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'
1111
cnonce = ''
1212
length = random.randint(0,19) + 30
13-
for i in range(50):
13+
for i in range(length):
1414
cnonce += random.choice(buf)
1515
else:
1616
cnonce = 'o5oorrrlBlbWKHRVuH7lBQdVCQEVKeXeTkAyA9H6FY8DT904sq'

0 commit comments

Comments
 (0)