Skip to content

Commit ba20f85

Browse files
Merge pull request #3 from jasonlshelton/Add_Push_IO
Style changes as requested
2 parents eebcd41 + d2ab7fd commit ba20f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_pyportal.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -654,11 +654,11 @@ def image_converter_url(image_url, width, height, color_depth=16):
654654
width, height,
655655
color_depth, image_url)
656656

657-
def io_push(self, feed_key, data):
657+
def push_to_io(self, feed_key, data):
658658
# pylint: disable=line-too-long
659659
"""Push data to an adafruit.io feed
660660
661-
:param str feed_key: Name of feed to push data to.
661+
:param str feed_key: Name of feed key to push data to.
662662
:param data: data to send to feed
663663
664664
"""

0 commit comments

Comments
 (0)