Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ from base64 import b64encode
|
|
30 |
from collections import OrderedDict
|
31 |
from hashlib import sha256
|
32 |
from hmac import HMAC
|
33 |
-
import
|
34 |
|
35 |
|
36 |
|
|
|
30 |
from collections import OrderedDict
|
31 |
from hashlib import sha256
|
32 |
from hmac import HMAC
|
33 |
+
from urllib.parse import urlparse, parse_qsl, urlencode
|
34 |
|
35 |
|
36 |
|