Skip to content

Commit 91202c8

Browse files
brentrubrentru
authored andcommitted
dont print feed until rx
1 parent 1416ca3 commit 91202c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/adafruit_io_simpletest_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Get wifi details and more from a wifi_settings.py.py file
1717
try:
18-
from wifi_settings.py import settings
18+
from wifi_settings import settings
1919
except ImportError:
2020
print("WiFi settings are kept in wifi_settings.py.py, please add them there!")
2121
raise

examples/adafruit_io_simpletest_feeds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
# Create a new 'circuitpython' feed with a description
4040
print('Creating new Adafruit IO feed...')
4141
feed = io.create_new_feed('circuitpython', 'a Adafruit IO CircuitPython feed')
42-
print(feed)
4342

4443
# List a specified feed
4544
print('Retrieving new Adafruit IO feed...')

0 commit comments

Comments
 (0)