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 86ad819 commit a56d71bCopy full SHA for a56d71b
PyPortal_Winamp_Player/winamp_helpers.py
@@ -29,7 +29,7 @@ class WinampApplication(displayio.Group):
29
30
STATE_PLAYING = 0
31
STATE_PAUSED = 1
32
- # pylint: disable=too-many-statements
+ # pylint: disable=too-many-statements,too-many-branches
33
def __init__(
34
self,
35
playlist_file="playlist.json",
0 commit comments