We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8255b73 commit 65d5c84Copy full SHA for 65d5c84
sc2reader/__init__.py
@@ -91,7 +91,7 @@ def __getitem__(self,key):
91
}
92
93
READERS = ReaderMap()
94
-
+
95
def read_header(file):
96
buffer = ReplayBuffer(file)
97
@@ -159,7 +159,7 @@ def read(self, location):
159
replay = process(replay)
160
161
return replay
162
163
def configure(self,**options):
164
self.__dict__.update(options)
165
@@ -168,7 +168,7 @@ def configure(self,**options):
168
__defaultSC2Reader = SC2Reader()
169
170
def configure(**options):
171
- __defaultSC2Reader.configure(options)
+ __defaultSC2Reader.configure(**options)
172
173
def read(location, **options):
174
if options:
0 commit comments