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
Traceback (most recent call last):
File "/home/ahmet/Downloads/realtcp/flood.py", line 10, in
port = int(input(" Port:53"))
ValueError: invalid literal for int() with base 10: ''
help and yes i renamed the folder to realtcp
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "/home/ahmet/Downloads/realtcp/flood.py", line 10, in port = int(input(" Port:53")) ValueError: invalid literal for int() with base 10: ''
help and yes i renamed the folder to realtcp
Did u try to install argparse? it could be an unresolved library
Traceback (most recent call last):
File "/home/ahmet/Downloads/realtcp/flood.py", line 10, in
port = int(input(" Port:53"))
ValueError: invalid literal for int() with base 10: ''
help and yes i renamed the folder to realtcp
The text was updated successfully, but these errors were encountered: