From d4c6d78c2e77bf92ab3ff9924390b729d3e765f4 Mon Sep 17 00:00:00 2001 From: Polish Hammer Date: Mon, 3 Aug 2026 18:49:59 +0200 Subject: [PATCH] FIx print --- librarian_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librarian_commands.py b/librarian_commands.py index 57aaae8..388a9a7 100644 --- a/librarian_commands.py +++ b/librarian_commands.py @@ -147,7 +147,7 @@ class DataModule(commands.Cog): desc = fresh_data.entries[doi] title = desc["Title"][0] if desc.get("Title") else "(bez tytułu)" entries.append( - f"{l_p}. {title} pod linkiem https://www.sci-hub.se/{doi} i jest to {desc['type']}\n" + f"{l_p}. {title} pod linkiem https://www.sci-hub.red/{doi} i jest to {desc['type']}\n" ) ai_lines.append(f"{l_p}. {title} (DOI: {doi}, typ: {desc['type']})") l_p += 1