Skip to content

Commit 91d223e

Browse files
committed
doc: info about optram example
1 parent fccd7e7 commit 91d223e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Python client library for deepinspection. Designed to simplify and exemplify interaction with the External API.
44

5+
See the [Optram example](examples/optram) for a complete example including converting to a custom format for internal use.
6+
57
## Install
68

79
Use your preferred package manager:

examples/optram/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exports = client.exports.fastenings.list()
2828
export = exports[0]
2929

3030
for fastening in client.exports.fastenings.get_data(export["id"]):
31-
optram_fastening = deepinspection_optram.convert(line, export)
31+
optram_fastening = deepinspection_optram.convert(fastening, export)
3232
```
3333

3434
export_data

0 commit comments

Comments
 (0)