Fix call_stats return value

This commit is contained in:
sqozz 2021-02-25 10:34:43 +01:00
parent dc9d61acfb
commit 7e28f36dc3
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class LinphoneCommunicationSocket():
pass
stats[stat_type].update({key: value})
return status
return stats
else:
raise RuntimeError(answer["error"])