Skip to content

Commit

Permalink
Merge branch '5.1.4' into 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Sep 11, 2024
2 parents a3efdfb + 0eca5dc commit 8555128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_tasks(self):
return

if not response.ok:
self.error = build_err_msg(http_resonse=response)
self.error = build_err_msg(http_response=response)
return

response_json = response.json()
Expand Down

0 comments on commit 8555128

Please sign in to comment.