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 92ed828 commit 077838fCopy full SHA for 077838f
sc2reader/resources.py
@@ -1011,7 +1011,7 @@ def load_players(self):
1011
self.player[player.pid] = player
1012
1013
def __str__(self):
1014
- return "{} - {} {}".format(time.ctime(self.start_time),self.game_length,
+ return "{} - {} {}".format(self.start_time,self.game_length,
1015
'v'.join(''.join(self.players[p].race[0] for p in self.teams[tid]) for tid in self.teams))
1016
1017
0 commit comments