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 0987c33 commit 0fbed94Copy full SHA for 0fbed94
examples/dht_time_calibration_advance.py
@@ -91,8 +91,8 @@
91
# Gather best time(s) in milliseconds where we got more reads
92
best_times = [
93
milliseconds
94
- for milliseconds in reads.values()
95
- if milliseconds["total_reads"] == best_result
+ for milliseconds in reads
+ if reads[milliseconds]["total_reads"] == best_result
96
]
97
print(
98
f"Maximum reads: {best_result} out of {max_retries_per_time} with the "
0 commit comments