Fix call_stats return value
This commit is contained in:
parent
dc9d61acfb
commit
7e28f36dc3
|
@ -149,7 +149,7 @@ class LinphoneCommunicationSocket():
|
||||||
pass
|
pass
|
||||||
stats[stat_type].update({key: value})
|
stats[stat_type].update({key: value})
|
||||||
|
|
||||||
return status
|
return stats
|
||||||
else:
|
else:
|
||||||
raise RuntimeError(answer["error"])
|
raise RuntimeError(answer["error"])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue