Hi,
if I try to run your simple example from README.md I get:
from duckpy import Client
client = Client()
results = client.search("Python Wikipedia")
print(results)
[]
This has led to a bug for the Debian packaged duckpy. The problem exists for Python3.11 and Python3.12.
Kind regards, Andreas.
Hi,
if I try to run your simple example from
README.mdI get:This has led to a bug for the Debian packaged duckpy. The problem exists for Python3.11 and Python3.12.
Kind regards, Andreas.