Blueprints error
Hi! I think the new release has a bug in blueprints.py:
url=f"{solr.url}/query"
shouldn't be url="{solr.url}/query"
? With the first my system doesn't work, but without the "f" no problem
Hi! I think the new release has a bug in blueprints.py:
url=f"{solr.url}/query"
shouldn't be url="{solr.url}/query"
? With the first my system doesn't work, but without the "f" no problem