This commit is contained in:
yasirarism 2023-05-22 15:10:51 +00:00 committed by GitHub
parent 3a8e70af44
commit 2ae5f445f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ async def kusonimeBypass(url: str, slug=None):
LOGGER.error(err)
result.update({"error": True, "error_message": err})
finally:
LOGGER.info(result)
await http.delete(_url)
return result