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
raceback (most recent call last):
File "AIG.py", line 60, in
main()
File "AIG.py", line 58, in main
portScan(Host, Ports)
File "AIG.py", line 45, in portScan
t = Thread(target = connection, args=(Host, int(Port)))
ValueError: invalid literal for int() with base 10: 'None'
The text was updated successfully, but these errors were encountered:
raceback (most recent call last):
File "AIG.py", line 60, in
main()
File "AIG.py", line 58, in main
portScan(Host, Ports)
File "AIG.py", line 45, in portScan
t = Thread(target = connection, args=(Host, int(Port)))
ValueError: invalid literal for int() with base 10: 'None'
The text was updated successfully, but these errors were encountered: