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 26128a4 commit 8be5580Copy full SHA for 8be5580
samples/sample_measurements.py
@@ -49,7 +49,7 @@ async def main():
49
current = client.current
50
print("Measurements %s:" % description)
51
for m in Measurement.MEASUREMENTS_TYPES:
52
- print("%s: %s" % (m, current.get_value(m)))
+ print("%s: %s" % (m, current.values.get(m)))
53
54
loop = asyncio.get_event_loop()
55
loop.run_until_complete(main())
0 commit comments