diff --git a/pylinphone.py b/pylinphone.py index ddf4d61..b9d9ac2 100644 --- a/pylinphone.py +++ b/pylinphone.py @@ -149,7 +149,7 @@ class LinphoneCommunicationSocket(): pass stats[stat_type].update({key: value}) - return status + return stats else: raise RuntimeError(answer["error"])