You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
276 B

2 years ago
#ONLY FOR HOME USING!!!
#NO PROXY
#NO NULLPING
from mctools import PINGClient
#ping = PINGClient('play.dmcraft.online')
ping = PINGClient('127.0.0.1')
#My libraries
from time import sleep
needsleep = 0
while True:
sleep(0.001)
ping.get_stats()
#print('Ping')