diff --git a/python/schemes/CommonWV.py b/python/schemes/CommonWV.py index ea95492..e67c934 100644 --- a/python/schemes/CommonWV.py +++ b/python/schemes/CommonWV.py @@ -1,5 +1 @@ -licence = await (await pyfetch(licUrl, - method="POST", - headers=licHeaders, - body=challenge -)).bytes() +licence = await corsFetch(licUrl, "POST", licHeaders, challenge, "blob")