forked from GithubBackups/healthchecks
4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
# using urllib2:
|
|
import urllib2
|
|
urllib2.urlopen("PING_URL")
|