Squuv / Nitrx

Nitrx Discord Gifts checker ❤️
GNU General Public License v3.0
42 stars 30 forks source link

Can't Run. Error's out #2

Closed ar065 closed 4 years ago

ar065 commented 4 years ago

First time trying this:

    ███╗   ██╗██╗████████╗██████╗ ██╗  ██╗
    ████╗  ██║██║╚══██╔══╝██╔══██╗╚██╗██╔╝
    ██╔██╗ ██║██║   ██║   ██████╔╝ ╚███╔╝ 
    ██║╚██╗██║██║   ██║   ██╔══██╗ ██╔██╗ 
    ██║ ╚████║██║   ██║   ██║  ██║██╔╝ ██╗
    ╚═╝  ╚═══╝╚═╝   ╚═╝   ╚═╝  ╚═╝╚═╝  ╚═╝

                By @BrahimJarrar

        1- [Auto] Generator and Scann
        2- Check Codes From [LIST]
        3- Just Code [Generator]

     [?] Chose : 1
     [?] amount of codes: 30
     [?] Code Letters number: 16
     [?] Threads: 5
     [?] Table info : Code - Status - Type

Traceback (most recent call last):
  File "Nitrx.py", line 209, in <module>
    code = ('').join(random.choices(string.ascii_letters + string.digits, k=cln))
AttributeError: module 'random' has no attribute 'choices'

This is the error...

Squuv commented 4 years ago

Use Python 3*