Skip to content

Commit

Permalink
scripts: fix typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Mar 19, 2024
1 parent eb22154 commit 6c988f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/accept_invitations
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import requests


def check_response(response):
if response.status != 200:
if response.status_code != 200:
print(response.text)
response.raise_for_status()

Expand Down

0 comments on commit 6c988f1

Please sign in to comment.