Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
key2peace committed Jan 19, 2024
1 parent 717559a commit 60cf67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyVoIP/SIP/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ def __deregister(self) -> bool:
elif response.status == SIPStatus.OK:
return True

elif response.status == SIPStatus(401) or response.statis == SIPStatus(
elif response.status == SIPStatus(401) or response.status == SIPStatus(
407
):
# At this point, it's reasonable to assume that
Expand Down

0 comments on commit 60cf67f

Please sign in to comment.