Skip to content
Prev Previous commit
Next Next commit
Update dht_time_calibration.py
Fix minor issue on printing best timing
  • Loading branch information
yeyeto2788 committed Mar 19, 2021
commit 4de55f4bb2a7e2453fbb688444af779518198f02
2 changes: 1 addition & 1 deletion examples/dht_time_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
]
print(
f"Maximum reads: {best_result} with the "
f"following times: {''.join([str(t) for t in best_times])}"
f"following times: {' ,'.join([str(t) for t in best_times])}"
)

# change the value on the line below to see all reads performed.
Expand Down