Skip to content

Commit 8d1d803

Browse files
committed
Patch sc2autosave for v15.
1 parent 147890a commit 8d1d803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/scripts/sc2autosave.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def run(args):
185185
for path in scan(args, state):
186186
try:
187187
#Read the file and expose useful aspects for renaming/filtering
188-
replay = sc2reader.read_file(path)
188+
replay = sc2reader.load_replay(path, load_level=2)
189189
except KeyboardInterrupt as e:
190190
raise
191191
except:

0 commit comments

Comments
 (0)