Skip to content

Commit 7c449c0

Browse files
committed
Merge pull request #33 from srounet/fix_jsonEncode_issue
fix typo in jsonencode.py calll -> call
2 parents ebd1017 + 34be2d9 commit 7c449c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/processors/jsonencode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def __call__(self, replay):
2727

2828

2929
def jsonEncode(replay):
30-
return jsonEncoder().__calll__(replay)
30+
return jsonEncoder().__call__(replay)

0 commit comments

Comments
 (0)