joytou commited on
Commit
4800093
1 Parent(s): 6ac2b5f

Update pingpong.py

Browse files
Files changed (1) hide show
  1. pingpong.py +1 -1
pingpong.py CHANGED
@@ -15,7 +15,7 @@ def sendPingTask():
15
 
16
  def sendPing():
17
  print("sendPing")
18
- url = os.getenv("WEBHOOK_URL")
19
  headers = {
20
  "Content-Type": "application/json"
21
  }
 
15
 
16
  def sendPing():
17
  print("sendPing")
18
+ url = os.environ.get("WEBHOOK_URL")
19
  headers = {
20
  "Content-Type": "application/json"
21
  }