RomZay commited on
Commit
9b6469e
·
verified ·
1 Parent(s): 19702ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "ALL_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 = {