Skip to content

Commit 5385aa9

Browse files
committed
Update README.md
1 parent 12cbc22 commit 5385aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ A minimalist [Flask](https://github.com/pallets/flask) extension that serves as
2020
- Can also process multiple uploaded files in one command. See [Example code](examples/multiple_files.py).
2121
- This is useful for internal docker-to-docker communications if you have different binaries distributed in micro-containers. See [real-life example](https://github.com/intelowlproject/IntelOwl/blob/develop/integrations/peframe/app.py).
2222
- You can define a callback function/ use signals to listen for process completion. See [Example code](examples/with_callback.py).
23-
- Maybe want to pass some additional context to the callback function ?
24-
- Maybe intercept on completion and update the result ? See [Example code](examples/custom_save_fn.py)
23+
* Maybe want to pass some additional context to the callback function ?
24+
* Maybe intercept on completion and update the result ? See [Example code](examples/custom_save_fn.py)
2525
- Currently, all commands run asynchronously (default timeout is 3600 seconds), so result is not available directly. An option _may_ be provided for this in future releases for commands that return immediately.
2626

2727
> Note: This extension is primarily meant for executing long-running

0 commit comments

Comments
 (0)