Skip to content

Commit 1923122

Browse files
committedNov 21, 2022
Change logging level of warning
This was too confusing for users, so downgrade the level to debug.
1 parent c5b81c6 commit 1923122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sense_hat/sense_hat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(
9797
try:
9898
self._colour = ColourSensor()
9999
except Exception as e:
100-
logging.warning(e)
100+
logging.debug(e)
101101
pass
102102

103103
####

0 commit comments

Comments
 (0)
Please sign in to comment.