wvg/python/schemes/CommonWV.py
FoxRefire 101d9cb6b8 NextGen🎉
2024-04-19 05:48:32 +09:00

6 lines
112 B
Python

licence = await (await pyfetch(licUrl,
method="POST",
headers=licHeaders,
body=challenge
)).bytes()