We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd1017 commit 34be2d9Copy full SHA for 34be2d9
sc2reader/processors/jsonencode.py
@@ -27,4 +27,4 @@ def __call__(self, replay):
27
28
29
def jsonEncode(replay):
30
- return jsonEncoder().__calll__(replay)
+ return jsonEncoder().__call__(replay)
0 commit comments