undefined var

This commit is contained in:
yasirarism 2023-08-12 22:15:24 +07:00 committed by GitHub
parent 703498f0a5
commit f62271436e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,7 +337,7 @@ async def getDataLendrive(msg, kueri, CurrentPage, user, strings):
try:
if query:
data = await http.get(
f"{web['lendrive']}/?s={query}",
f"{web['lendrive']}/?s={kueri}",
headers=headers,
follow_redirects=True,
)