From b7bbdf4d06a7f34390ce7623b2ee4021eec36d10 Mon Sep 17 00:00:00 2001 From: Alexander Maassen Date: Fri, 5 Jan 2024 11:12:06 +0000 Subject: [PATCH] typo fix --- pyVoIP/VoIP/phone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyVoIP/VoIP/phone.py b/pyVoIP/VoIP/phone.py index b329fa5..8953207 100644 --- a/pyVoIP/VoIP/phone.py +++ b/pyVoIP/VoIP/phone.py @@ -57,7 +57,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 = (