mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
commit
aa632d4e49
1
main.py
1
main.py
@ -59,6 +59,7 @@ async def read_item(request: LinkRequest):
|
|||||||
detail="Timed out bypassing Cloudflare", status_code=408
|
detail="Timed out bypassing Cloudflare", status_code=408
|
||||||
) from e
|
) from e
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
logger.error(e)
|
||||||
browser.stop()
|
browser.stop()
|
||||||
raise HTTPException(detail="Couldn't bypass", status_code=500) from e
|
raise HTTPException(detail="Couldn't bypass", status_code=500) from e
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user