import requests def send_alert(msg): url = 'https://euphon-ps-alert-lgtmbklwhe.cn-beijing.fcapp.run/Ye2ienoo' requests.post(url, data=msg)