Browse Source

change from toolbox

Thomas Buck 10 months ago
parent
commit
1e2238dbde
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      osci-pi.py

+ 1
- 1
osci-pi.py View File

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

Loading…
Cancel
Save