Skip to content

Commit e2af918

Browse files
committed
Merges in typo changeset
2 parents 9476b27 + 0f0ce9d commit e2af918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/processors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def ApmProcessor(replay):
120120
if player.type != "Computer":
121121
player.avg_apm /= player.events[-1].second/60.0
122122
else:
123-
player.avg_amp = 0
124-
123+
player.avg_apm = 0
124+
125125
return replay
126126

127127
#####################################################

0 commit comments

Comments
 (0)