I promise I can type

This commit is contained in:
2023-03-17 23:08:21 -04:00
parent b09fc1fa19
commit 3dc9bc1faa

View File

@@ -25,7 +25,7 @@ async def search(txt):
return {
'ref': ref,
'pdf': f"https{pdf}"
'pdf': f"https:{pdf}"
}
async def getPDF(url):