We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a67200 commit c844141Copy full SHA for c844141
sc2reader/resources.py
@@ -6,7 +6,7 @@
6
from datetime import datetime
7
import time
8
from StringIO import StringIO
9
-from collections import defaultdict
+from collections import defaultdict, deque
10
11
import urllib2
12
from mpyq import MPQArchive
@@ -99,7 +99,7 @@ class Replay(Resource):
99
game_length = None
100
101
#: The :class:`Length` of the replay in real time adjusted for the game speed
102
- self.real_length = None
+ real_length = None
103
104
#: The gateway the game was played on: us, eu, sea, etc
105
gateway = str()
0 commit comments