edit startup and add vods to repr

main
Benjamin Kraft 11 months ago
parent e5dc07beed
commit 86fea7e088
  1. 2
      main.py
  2. 2
      start.sh

@ -84,7 +84,7 @@ class Match:
return False return False
def __repr__(self): def __repr__(self):
return f"{self.team1:3} - {self.time} - {self.team2}" return f"{self.team1:3} - {self.time} - {self.team2} | VODs: {len(self.vods)}"
def fetch_matches(): def fetch_matches():

@ -1,2 +1,2 @@
#!/usr/bin/bash #!/usr/bin/bash
$($(which poetry) env info --path)/bin/poetry run python main.py poetry run python main.py

Loading…
Cancel
Save