1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
royalnet/mumbleboxes.py

7 lines
83 B
Python
Raw Normal View History

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