switched requests for httpx

This commit is contained in:
benarc
2021-02-21 13:25:54 +00:00
parent ca60893701
commit 9c8836096c
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import hashlib
from quart import g, jsonify, request, url_for
from quart import g, jsonify, url_for
from http import HTTPStatus
import httpx