Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitwise-01 committed Apr 18, 2021
1 parent 5966ccd commit 1c419ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def authenicate(self):
if debug:
print("pass: {} => {}".format(self.password, response))

if response:
if response != None:
resp["attempted"] = True
resp_code = self.check_response(response)

Expand Down

0 comments on commit 1c419ff

Please sign in to comment.