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
File "/Users/something/PycharmProjects/DDOS/main.py", line 472, in <module>
main()
File "/Users/something/PycharmProjects/DDOS/main.py", line 426, in main
ip = fake_ip()
File "/Users/something/PycharmProjects/DDOS/main.py", line 64, in fake_ip
rand[x] = randrange(0, 256)
TypeError: 'range' object does not support item assignment
How could I fix it?
The text was updated successfully, but these errors were encountered:
After running the program and folloing the instruction this is what I got:
How could I fix it?
The text was updated successfully, but these errors were encountered: