Skip to content

Commit 35a8608

Browse files
committed
Update code.py
1 parent 99ca741 commit 35a8608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Spinning_Ikea_Pumpkin/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
vl53_clock = ticks_add(vl53_clock, vl53_time)
100100
else:
101101
external_power.value = False
102-
except Exception as error: # pylint: disable=broad-exception-caught
102+
except Exception as error: # pylint: disable=broad-except
103103
print(error)
104104
time.sleep(5)
105105
microncontroller.reset()

0 commit comments

Comments
 (0)