forked from samuel/python-ping
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
.. C:\Users\kvenkatesh\eclipse-workspace\python3_ping.py:216: DeprecationWarning: 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
default_timer = time.clock()
Traceback (most recent call last):
File "C:\Users\kvenkatesh\eclipse-workspace\python3_ping.py", line 603, in
verbose_ping("heise.de")
File "C:\Users\kvenkatesh\eclipse-workspace\python3_ping.py", line 589, in verbose_ping
delay = do_one(dest_addr, timeout)
TypeError: do_one() missing 4 required positional arguments: 'hostname', 'timeout', 'mySeqNumber', and 'packet_size'
Metadata
Metadata
Assignees
Labels
No labels