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 763fc35 commit 27e79f1Copy full SHA for 27e79f1
sc2reader/resources.py
@@ -431,7 +431,8 @@ def load_details(self):
431
self.game_length = self.length
432
self.real_length = utils.Length(
433
seconds=int(
434
- self.length.seconds / GAME_SPEED_FACTOR[self.expansion].get(self.speed, 1)
+ self.length.seconds
435
+ / GAME_SPEED_FACTOR[self.expansion].get(self.speed, 1)
436
)
437
438
self.start_time = datetime.utcfromtimestamp(
0 commit comments