You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. 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'
The text was updated successfully, but these errors were encountered:
.. 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'
The text was updated successfully, but these errors were encountered: