Skip to content

Commit

Permalink
Merge pull request #636 from praekeltfoundation/YAL-979-yal-whatsapp-…
Browse files Browse the repository at this point in the history
…bot-prd-19-unclosed-connection

Close connection for love life
  • Loading branch information
Buhle79 authored Jul 3, 2023
2 parents 820ef68 + bb5cb64 commit 04d2aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yal/pleasecallme.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ async def state_submit_callback(self):
trace_request_ctx={"msisdn": f"*{msisdn[-4:]}"},
)
response.raise_for_status()
response.close()
break
except HTTP_EXCEPTIONS as e:
if i == 2:
Expand Down

0 comments on commit 04d2aff

Please sign in to comment.