forked from LBRYCommunity/lbry-sdk
fix wallet server SessionManager._get_info
This commit is contained in:
parent
b597ad0b3f
commit
87c6e292f1
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ class SessionManager:
|
||||||
def _get_info(self):
|
def _get_info(self):
|
||||||
"""A summary of server state."""
|
"""A summary of server state."""
|
||||||
group_map = self._group_map()
|
group_map = self._group_map()
|
||||||
method_counts = collections.defaultdict(0)
|
method_counts = collections.defaultdict(int)
|
||||||
error_count = 0
|
error_count = 0
|
||||||
logged = 0
|
logged = 0
|
||||||
paused = 0
|
paused = 0
|
||||||
|
|
Loading…
Reference in a new issue