PiggyAwesome / Discord-Account-Generator

Create Discord Accounts Automatically without captcha solving api key
GNU General Public License v3.0
100 stars 26 forks source link

Fix it! #5

Closed VBPROGER closed 2 years ago

VBPROGER commented 2 years ago
Traceback (most recent call last):
  File "/home/vbproger/Discord-Account-Generator/account_generator.py", line 32, in <module>
    username = ''.join(random.choice(string.digits + sting.ascii_letters) for i in range(8))
  File "/home/vbproger/Discord-Account-Generator/account_generator.py", line 32, in <genexpr>
    username = ''.join(random.choice(string.digits + sting.ascii_letters) for i in range(8))
NameError: name 'sting' is not defined

Why are you uploading code like this to Github?

VBPROGER commented 2 years ago

I know how to fix this, just reporting.

Wafiismail27 commented 2 years ago
Traceback (most recent call last):
  File "/home/vbproger/Discord-Account-Generator/account_generator.py", line 32, in <module>
    username = ''.join(random.choice(string.digits + sting.ascii_letters) for i in range(8))
  File "/home/vbproger/Discord-Account-Generator/account_generator.py", line 32, in <genexpr>
    username = ''.join(random.choice(string.digits + sting.ascii_letters) for i in range(8))
NameError: name 'sting' is not defined

Why are you uploading code like this to Github?

Can you tell me how to fix it

VBPROGER commented 2 years ago

Not "sting", "string". EDIT: Replace it to fix this error :)

PiggyAwesome commented 2 years ago

https://github.com/PiggyAwesome/Discord-Account-Generator/commit/672569059ef03cc68e6a7f22f2056b4cf03899cb