Sfoglia il codice sorgente

change from toolbox

Thomas Buck 10 mesi fa
parent
commit
1e2238dbde
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      osci-pi.py

+ 1
- 1
osci-pi.py Vedi File

@@ -128,7 +128,7 @@ def status(filename):
128 128
 
129 129
             draw.multiline_text((0, 0), f, font=font, fill="white", spacing=-1)
130 130
     except Exception as e:
131
-        raise e
131
+        pass
132 132
 
133 133
 def stop():
134 134
     global currentplaying

Loading…
Annulla
Salva