Skip to content

Commit

Permalink
Add bad python to test
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Sep 15, 2023
1 parent 3484bd9 commit 79d6835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/projects/make-a-plant-watering-robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ And you can add your system logic to run continuously like this:
while True:

# Get the moisture sensor's readings
readings = await sensor.get_readings()
readings=await sensor.get_readings()
soil_moisture = readings.get('moisture')

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

0 comments on commit 79d6835

Please sign in to comment.