We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebd1017 + 34be2d9 commit 7c449c0Copy full SHA for 7c449c0
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