-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
16. Traceroute #22
Comments
Strange, After reviewing the git history, maybe it's possible that you are running on an older version? |
I'm trying out Traceroute, and something seems wrong.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "/home/user/tools/argus/modules/traceroute.py", line 14, in
from config.settings import USER_AGENT, DEFAULT_TIMEOUT
ImportError: cannot import name 'USER_AGENT' from 'config.settings' (/home/user/tools/argus/config/settings.py)
[!] Error running traceroute.py
Traceback (most recent call last):
File "/home/user/tools/argus/modules/traceroute.py", line 14, in
from config.settings import USER_AGENT, DEFAULT_TIMEOUT
ImportError: cannot import name 'USER_AGENT' from 'config.settings' (/home/user/tools/argus/config/settings.py)
The text was updated successfully, but these errors were encountered: