RomZay commited on
Commit
e7fca5b
·
verified ·
1 Parent(s): b7531ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -31,9 +31,8 @@ def authorize(api_key):
31
  print(f'{json.dumps(test_data)}')
32
  response = requests.post(
33
  "https://polrambora.com/api/v2/checkSDPA",
34
- headers=test_headers,
35
  json=test_data,
36
- timeout=3
37
  )
38
 
39
  print("Request sent!")
 
31
  print(f'{json.dumps(test_data)}')
32
  response = requests.post(
33
  "https://polrambora.com/api/v2/checkSDPA",
 
34
  json=test_data,
35
+ timeout=10
36
  )
37
 
38
  print("Request sent!")