Skip to content

Commit

Permalink
[docs] mark livefootballscores as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
elParaguayo committed Sep 22, 2024
1 parent 9235e66 commit 0d3cd31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions qtile_extras/widget/livefootballscores.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ def reset(self):

class LiveFootballScores(base._Widget, base.MarginMixin, ExtendedPopupMixin, MenuMixin):
"""
.. important::
This widget is currently broken due to some API changes on the BBC website. I do not know
when/if I will have time to update this.
The widget will report fixtures but will not update scores once the match is in progress
(which was the whole point of the widget!).
The module uses a module I wrote a number of years ago that parses
data from the BBC Sport website.
Expand Down

0 comments on commit 0d3cd31

Please sign in to comment.