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):