Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ USER_PIC_PATH = "https://huggingface.co/spaces/PLRMB/P-MSQ-API-PREVIEW/resolve/m
|
|
| 16 |
|
| 17 |
def authorize(api_key):
|
| 18 |
test_data = {
|
| 19 |
-
"kind": "
|
| 20 |
"identificator": api_key
|
| 21 |
}
|
| 22 |
test_headers = {
|
|
|
|
| 16 |
|
| 17 |
def authorize(api_key):
|
| 18 |
test_data = {
|
| 19 |
+
"kind": "ALL_AUTH",
|
| 20 |
"identificator": api_key
|
| 21 |
}
|
| 22 |
test_headers = {
|