python3-ping
python3-ping copied to clipboard
Change time.clock to time.perf_counter
time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead