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

Getting this error #1

Open
leovarmak opened this issue Aug 6, 2017 · 4 comments
Open

Getting this error #1

leovarmak opened this issue Aug 6, 2017 · 4 comments

Comments

@leovarmak
Copy link

image

@smithHK
Copy link

smithHK commented Jan 22, 2018

same here.

@smithHK
Copy link

smithHK commented Jan 22, 2018

online 405 replace this line
from
for x in xrange(0,args.T):
to
for x in xrange(0,int(args.T)):
it`s work for me.

@scriptzteam
Copy link

scriptzteam commented Aug 4, 2021

Traceback (most recent call last):
File "pyddos.py", line 444, in
main()
File "pyddos.py", line 416, in main
for x in xrange(int(args.T)):
NameError: name 'xrange' is not defined

@f0dysalhi
Copy link

xrange replace to range is worked

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

No branches or pull requests

4 participants