Skip to content

Commit

Permalink
Update code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzCityDIY committed Sep 23, 2024
1 parent 99ca741 commit 35a8608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spinning_Ikea_Pumpkin/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
vl53_clock = ticks_add(vl53_clock, vl53_time)
else:
external_power.value = False
except Exception as error: # pylint: disable=broad-exception-caught
except Exception as error: # pylint: disable=broad-except
print(error)
time.sleep(5)
microncontroller.reset()

0 comments on commit 35a8608

Please sign in to comment.