subclient

Subsonic ncurses client
git clone https://git.e1e0.net/subclient.git
Log | Files | Refs | README

commit 009180add5879e2219c7d74ee264adfb7c277196
parent ce352cfc3e42adbbfa31e4a12595816a30e0bcc9
Author: Paco Esteban <paco@e1e0.net>
Date:   Sun, 24 Oct 2021 18:50:58 +0200

remove not needed close() for file

Diffstat:
Msubclient/player.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/subclient/player.py b/subclient/player.py @@ -30,7 +30,6 @@ class Player: if not chunk: break fp.write(chunk) - fp.close() return filename