Skip to content

Commit

Permalink
Merge pull request #201 from key2peace/development
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
tayler6000 authored Jan 5, 2024
2 parents 666d5c1 + b7bbdf4 commit 9cba94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyVoIP/VoIP/phone.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, voip_phone_parameter: VoIPPhoneParameter):
)
self.call_class = (
self.voip_phone_parameter.call_class is not None
and self.voip_phone_parameter.call_call
and self.voip_phone_parameter.call_class
or VoIPCall
)
self.sip_class = (
Expand Down

0 comments on commit 9cba94c

Please sign in to comment.