Skip to content

Commit 69d1125

Browse files
committed
Fixed readme.
1 parent 5300f93 commit 69d1125

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ for _ in range(100):
120120
print(obs)
121121
if truncated or terminated:
122122
logger.info("Truncated or terminated!")
123+
exit()
123124
```
124125
### Examples
125126
Checkout the python examples in the [examples](examples) folder:

0 commit comments

Comments
 (0)