Spaces:
Runtime error
Runtime error
Update pingpong.py
Browse files- pingpong.py +1 -1
pingpong.py
CHANGED
|
@@ -15,7 +15,7 @@ def sendPingTask():
|
|
| 15 |
|
| 16 |
def sendPing():
|
| 17 |
print("sendPing")
|
| 18 |
-
url = os.
|
| 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 |
}
|