AWS-Example/scripts/stop_flask.py

3 lines
61 B
Python
Executable File

import requests
requests.post("http://127.0.0.1/shutdown")