Explorar el Código

change from toolbox

Thomas Buck hace 3 meses
padre
commit
1e2238dbde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      osci-pi.py

+ 1
- 1
osci-pi.py Ver fichero

@@ -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…
Cancelar
Guardar