Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alisharify7 authored Sep 5, 2023
1 parent e311299 commit 530fc44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ RECAPTCHA_SCORE = "Score for captcha <Float, between 0.5 to 1>"
# create captcha instance
captcha2 = FlaskCaptcha2(app=app)
captcha3 = FlaskCaptcha3(app=app)
# or


# or
captcha2 = FlaskCaptcha2()
captcha3 = FlaskCaptcha3()

Expand Down

0 comments on commit 530fc44

Please sign in to comment.