Latrina

Untitled

Apr 11th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. >>> traceroute("google.com")
  2. Traceback (most recent call last):
  3. File "<stdin>", line 1, in <module>
  4. File "/usr/local/lib/python3.8/dist-packages/traceroute/__init__.py", line 23, in traceroute
  5. _traceroute = _get_platform_traceroute()
  6. File "/usr/local/lib/python3.8/dist-packages/traceroute/__init__.py", line 40, in _get_platform_traceroute
  7. return platform_map[sys.platform]
  8. KeyError: 'linux'
Add Comment
Please, Sign In to add comment