Skip to content

Commit

Permalink
Merge pull request #77 from FafnerKeyZee/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Rafiot authored Oct 23, 2024
2 parents 0e123a6 + 2c61e3d commit 3735946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ See [API Reference](https://pylacus.readthedocs.io/en/latest/api_reference.html)
from pylacus import PyLacus

lacus = PyLacus("http://127.0.0.1:7100")
uuid = lacus.enqueue('google.fr')
uuid = lacus.enqueue(url='google.fr')
```
## Status of a capture
Expand Down

0 comments on commit 3735946

Please sign in to comment.