Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:combs/claptcha
Browse files Browse the repository at this point in the history
  • Loading branch information
combs committed May 19, 2020
2 parents 7fa9989 + 606593f commit 59e5937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ from PIL import Image
from claptcha import Claptcha

def randomString():
rndLetters = (random.choice(string.ascii_uppercase) for _ in range(6))
rndLetters = (random.choice(string.ascii_uppercase) for _ in range(6)
return "".join(rndLetters)

# Initialize Claptcha object with random text, FreeMono as font, of size
Expand Down

0 comments on commit 59e5937

Please sign in to comment.