Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Loading Replays
For many users, the most basic commands will handle all of their needs::

import sc2reader
replay = sc2reader.load_replay('MyReplay', load_map=true)
replay = sc2reader.load_replay('MyReplay.SC2Replay', load_map=True)

This will load all replay data and fix GameHeart games. In some cases, you don't need the full extent of the replay data. You can use the load level option to limit replay loading and improve load times::

Expand Down