3 lines
61 B
Python
3 lines
61 B
Python
|
import requests
|
||
|
|
||
|
requests.post("http://127.0.0.1/shutdown")
|