10 lines
107 B
Python
10 lines
107 B
Python
import requests
|
|
|
|
|
|
headers = {
|
|
|
|
}
|
|
r = requests.get("http://localhost:58381/api/closures?BlockId=B445205")
|
|
|
|
|