We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b7ff5 commit 122daa3Copy full SHA for 122daa3
1 file changed
Motorized_POV_Display/code.py
@@ -96,12 +96,6 @@ class BMPError(Exception):
96
pow((color * BRIGHTNESS) / 255, 2.7) * 255 + 0.5)
97
idx += 1
98
99
-except OSError as e:
100
- if e.args[0] == 28:
101
- raise OSError("OS Error 28 0.25")
102
-except BMPError as e:
103
- print("Failed to parse BMP: " + e.args[0])
104
-
105
gc.collect()
106
print(gc.mem_free())
107
print("Ready to go!")
0 commit comments