diff --git a/main.py b/main.py index 0e873e9..107c173 100755 --- a/main.py +++ b/main.py @@ -84,7 +84,7 @@ class Match: return False def __repr__(self): - return f"{self.team1:3} - {self.time} - {self.team2} | VODs: {len(self.vods)}" + return f"{self.team1:>3} - {self.time} - {self.team2:<3} | VODs: {len(self.vods)}" def fetch_matches():