We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c042d2 commit 50ef265Copy full SHA for 50ef265
SHT4x_Trinkey_Demos/CPython/CPython_SHT4x_Trinkey_AdafruitIO/sht4x_trinkey_io.py
@@ -38,13 +38,13 @@
38
39
try:
40
sht4x_temp = aio.feeds('temp-feed')
41
-except: # pylint: disable = broad-except
+except: # pylint: disable = bare-except
42
feed = Feed(name='temp-feed')
43
sht4x_temp = aio.create_feed(feed)
44
45
46
sht4x_humid = aio.feeds('humid-feed')
47
48
feed = Feed(name='humid_feed')
49
sht4x_humid = aio.create_feed(feed)
50
0 commit comments