From 3dc9bc1faa5c2bbdc041a1442ed91925df8141e0 Mon Sep 17 00:00:00 2001 From: "DavidCrompton1192@gmail.com" Date: Fri, 17 Mar 2023 23:08:21 -0400 Subject: [PATCH] I promise I can type --- handyhelper/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handyhelper/__init__.py b/handyhelper/__init__.py index 57cc2f5..494d388 100644 --- a/handyhelper/__init__.py +++ b/handyhelper/__init__.py @@ -25,7 +25,7 @@ async def search(txt): return { 'ref': ref, - 'pdf': f"https{pdf}" + 'pdf': f"https:{pdf}" } async def getPDF(url):