Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
We need to specify the variable url when calling enqueue
  • Loading branch information
FafnerKeyZee authored Oct 23, 2024
1 parent 0e123a6 commit 2c61e3d
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 2c61e3d

Please sign in to comment.