diff --git a/bin/musicPad b/bin/musicPad --- a/bin/musicPad +++ b/bin/musicPad @@ -4,7 +4,7 @@ rewrite all the songs with silence at th """ import sys, wave, logging, os sys.path.append(".") -from light9 import networking, showconfig +from light9 import showconfig from light9.namespaces import L9 from light9.ascoltami.playlist import Playlist logging.basicConfig(level=logging.INFO)