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

6 lines
83 B
Python

import requests
def getserverstatus(url):
r = requests.get(url)
return r