Skip to content

Commit

Permalink
docs: fix simple typo, trys -> tries
Browse files Browse the repository at this point in the history
There is a small typo in fsociety.py.

Should read `tries` rather than `trys`.

Signed-off-by: Tim Gates <[email protected]>
  • Loading branch information
timgates42 committed Jul 17, 2022
1 parent 064fecc commit b8fd500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsociety.py
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ def getUsers(self):

def cloudflareBypasser(self):
'''
trys to bypass cloudflare i already wrote
tries to bypass cloudflare i already wrote
in my blog how it works, i learned this
method from a guy in madleets
'''
Expand Down

0 comments on commit b8fd500

Please sign in to comment.