RomZay commited on
Commit
e683228
·
verified ·
1 Parent(s): 3a053e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def authorize(api_key):
27
  try:
28
  print(f"Request Data: {test_data}")
29
  print(f"Request Headers: {test_headers}")
30
-
31
  response = requests.post(
32
  "https://polrambora.com/api/v2/checkSDPA",
33
  headers=test_headers,
 
27
  try:
28
  print(f"Request Data: {test_data}")
29
  print(f"Request Headers: {test_headers}")
30
+ print(f'{json.dumps(test_data)}')
31
  response = requests.post(
32
  "https://polrambora.com/api/v2/checkSDPA",
33
  headers=test_headers,