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