Skip to content

Commit 7c4f289

Browse files
committed
Remove unused Replay options.
1 parent 9ef9fc4 commit 7c4f289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/replay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Replay(object):
1111

12-
def __init__(self, replay_file, auto_parse=True, autoplay=True, **options):
12+
def __init__(self, replay_file, **options):
1313
self.opt = utils.AttributeDict(options)
1414
self.datapack = None
1515
self.raw_data = dict()

0 commit comments

Comments
 (0)