Skip to content

Commit cebc45e

Browse files
committed
📝 Fix iteration in usage example
1 parent 39cee59 commit cebc45e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ while iteration < 100_000:
7878
score: score,
7979
other_data: other_data
8080
})
81+
iteration += 1
8182
writer.flush()
8283
```
8384

0 commit comments

Comments
 (0)