Skip to content

Commit 79d6835

Browse files
committed
Add bad python to test
1 parent 3484bd9 commit 79d6835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/projects/make-a-plant-watering-robot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ And you can add your system logic to run continuously like this:
560560
while True:
561561

562562
# Get the moisture sensor's readings
563-
readings = await sensor.get_readings()
563+
readings=await sensor.get_readings()
564564
soil_moisture = readings.get('moisture')
565565

566566
# Calculate average moisture reading from the list of readings, to account

0 commit comments

Comments
 (0)