Commit 43c5864a authored by Hermann Krumrey's avatar Hermann Krumrey
Browse files

Merge branch 'develop' into 'master'

Fix match updating

See merge request namibsun/python/bundesliga-tippspiel!13
parents 767e7dcc 631deec5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
V 0.17.1:
  - Fixed match updating
V 0.17.0:
  - Introduced custom HTTP error pages
  - Fixed issues with updating match data
+5 −0
Original line number Diff line number Diff line
@@ -274,6 +274,11 @@ def get_team_data(team_name: str) -> Tuple[str, str, str, Tuple[str, str]]:
            wikimedia_icon_urls("commons/1/1b/"
                                "FC_Bayern_München_logo_(2017).svg")
        ),
        "FC Bayern München": (
            "FC Bayern München", "FC Bayern", "FCB",
            wikimedia_icon_urls("commons/1/1b/"
                                "FC_Bayern_München_logo_(2017).svg")
        ),
        "FC Schalke 04": (
            "FC Schalke 04", "Schalke 04", "S04",
            wikimedia_icon_urls("commons/6/6d/FC_Schalke_04_Logo.svg")
+1 −1
Original line number Diff line number Diff line
0.17.0
 No newline at end of file
0.17.1
 No newline at end of file