RomZay commited on
Commit
d9e159f
·
verified ·
1 Parent(s): 602b5a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def authorize(api_key):
30
  print(f"Request Headers: {test_headers}")
31
 
32
  response = requests.post(
33
- "https://polrambora.com/api/v2/checkSDPA",
34
  headers=test_headers,
35
  data=json.dumps(test_data),
36
  timeout=10
 
30
  print(f"Request Headers: {test_headers}")
31
 
32
  response = requests.post(
33
+ "https://example.com/",
34
  headers=test_headers,
35
  data=json.dumps(test_data),
36
  timeout=10