1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/mumbleboxes.py

7 lines
83 B
Python
Raw Normal View History

2016-01-28 17:55:42 +00:00
import requests
def getserverstatus(url):
r = requests.get(url)
return r