Skip to content

Commit

Permalink
Update readme example (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam authored Jan 15, 2024
1 parent 88bfcbc commit 2ffb2de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class GenericUnpacker(Karton):
self.send_task(task)

if __name__ == "__main__":
# Here comes the main loop
GenericUnpacker().loop()
GenericUnpacker.main()
```

## Karton systems
Expand Down

0 comments on commit 2ffb2de

Please sign in to comment.