From b09fc1fa19175b220ff90d906f54c1de4577321c Mon Sep 17 00:00:00 2001 From: "DavidCrompton1192@gmail.com" Date: Fri, 17 Mar 2023 23:06:56 -0400 Subject: [PATCH] Add PDF Protocl --- handyhelper/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handyhelper/__init__.py b/handyhelper/__init__.py index 071562b..57cc2f5 100644 --- a/handyhelper/__init__.py +++ b/handyhelper/__init__.py @@ -25,7 +25,7 @@ async def search(txt): return { 'ref': ref, - 'pdf': pdf[2:] + 'pdf': f"https{pdf}" } async def getPDF(url):