浏览代码

change from toolbox

Thomas Buck 3 个月前
父节点
当前提交
1e2238dbde
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      osci-pi.py

+ 1
- 1
osci-pi.py 查看文件

@@ -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

正在加载...
取消
保存