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 00f0c1b commit 7dd4315Copy full SHA for 7dd4315
sc2reader/processors.py
@@ -11,9 +11,6 @@
11
12
def Full(replay):
13
# Populate replay with details
14
- # TODO: Test this with different levels of file read.
15
- # TODO: Change config.py to work with this
16
- # TODO: remove legacy code, restructure config.py: just one processor now
17
if 'initData' in replay.raw and replay.raw.initData.map_data:
18
replay.gateway = replay.raw.initData.map_data[0].gateway
19
0 commit comments