Skip to content

Commit ce1b4bb

Browse files
authored
Merge pull request #32 from edzob/patch-1
replace Test with Foo in the print output for read data from feed Foo
2 parents 7806582 + 813e78d commit ce1b4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/simple.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828

2929
# Finally read the most revent value from feed 'Foo'.
3030
data = aio.receive('Foo')
31-
print('Retrieved value from Test has attributes: {0}'.format(data))
32-
print('Latest value from Test: {0}'.format(data.value))
31+
print('Retrieved value from Foo has attributes: {0}'.format(data))
32+
print('Latest value from Foo: {0}'.format(data.value))

0 commit comments

Comments
 (0)