TheSpeedX / PROXY-List

Get PROXY List that gets updated everyday
3.12k stars 794 forks source link

errors after you start attack. #13

Closed ghost closed 3 years ago

ghost commented 3 years ago

code error:

Traceback (most recent call last): File "collapsar.py", line 93, in Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File "/usr/lib/python3.7/threading.py", line 865, in run self._target(*self._args, **self._kwargs) File "collapsar.py", line 75, in atk ua = random.choice(useragent) NameError: name 'useragent' is not defined

main() #Code By GogoZin

File "collapsar.py", line 71, in main opth() File "collapsar.py", line 25, in opth print('Threads ' + str(g+1) + " Created ") NameError: name 'g' is not defined

TheSpeedX commented 3 years ago

Thats an issue with your code due to undefined variables.

Thiss issue dont belong here.