mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 11:44:50 +00:00
gaperlu
This commit is contained in:
parent
32a5c1fb5f
commit
d8e08c8ff0
1 changed files with 0 additions and 2 deletions
|
|
@ -99,11 +99,9 @@ async def kusonimeBypass(url: str):
|
||||||
if len(result) != 0:
|
if len(result) != 0:
|
||||||
result.clear()
|
result.clear()
|
||||||
err = traceback.format_exc()
|
err = traceback.format_exc()
|
||||||
page.close()
|
|
||||||
LOGGER.error(f"class: {e.__class__.__name_}, {err}")
|
LOGGER.error(f"class: {e.__class__.__name_}, {err}")
|
||||||
raise Exception(f"ERROR: {err}")
|
raise Exception(f"ERROR: {err}")
|
||||||
finally:
|
finally:
|
||||||
page.close()
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue