Replies: 1 comment 2 replies
-
I am sorry, this forum is for the discussion of the typing features of Python, not for the general discussion of Python. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I follow a online course from Udemy and in one project i have to type the sourcecode myself.
But I receive an error :
Here is the code from portscanner.py
And here from vulscan.py:
I receive this error:
target = portscanner.PortScan(targets_ip,port_number)
^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'portscanner' has no attribute 'PortScan'. Did you mean: 'portscan'?
Beta Was this translation helpful? Give feedback.
All reactions