ソースを参照

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

読み込み中…
キャンセル
保存