Skip to content
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

Fix: #20 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix: #20 #22

wants to merge 1 commit into from

Conversation

shishirs4
Copy link

i fixed the error of this error

Traceback (most recent call last):
File "/root/subfuz/subfuz.py", line 122, in
config, args, plugins = initialize()
^^^^^^^^^^^^
File "/root/subfuz/subfuz.py", line 61, in initialize
_PLUGINS.append(importlib.import_module(plugin))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "/root/subfuz/plugins/censys/plugin.py", line 1, in
from censys.search import CensysCertificates
ImportError: cannot import name 'CensysCertificates' from 'censys.search' (/usr/lib/python3/dist-packages/censys/search/init.py)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant