From 2c61e3daa70e62e6cc89a40dc3f2a16d894e3e64 Mon Sep 17 00:00:00 2001 From: "Fafner [_KeyZee_]" Date: Wed, 23 Oct 2024 11:37:12 +0200 Subject: [PATCH] Update README.md We need to specify the variable url when calling enqueue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaae8f3..d804005 100644 --- a/README.md +++ b/README.md @@ -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