From bee2a5dd0c8ef5744cb9b194b58e5fceae7efeb8 Mon Sep 17 00:00:00 2001 From: Tomas <8504482+wereii@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:34:32 +0100 Subject: [PATCH] Add pict-rs version warning --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f540ea..aaa0dda 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,10 @@ services: #- QUERY_LIMIT=100 ``` -Pict-rs needs to be configured with api key (`PICTRS__SERVER__API_KEY`), otherwise the endpoint required for this cleaner is not accessible! +⚠️ **Only pict-rs 0.5+ can be used, older versions do not implement required API endpoints!** ⚠️ + +Pict-rs also needs to be configured with api key (`PICTRS__SERVER__API_KEY`), otherwise the endpoint required for this cleaner is not accessible! + ## Configuration