fix wallet server SessionManager._get_info

This commit is contained in:
Jack Robison 2019-12-27 22:55:44 -05:00
parent b597ad0b3f
commit 87c6e292f1
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -286,7 +286,7 @@ class SessionManager:
def _get_info(self):
"""A summary of server state."""
group_map = self._group_map()
method_counts = collections.defaultdict(0)
method_counts = collections.defaultdict(int)
error_count = 0
logged = 0
paused = 0