Closed MarcoLavoro closed 3 years ago
Duplicate of #16.
@MarcoLavoro please close your issue if your problem is resolved.
Unfortunately i not tried it yet, i will try asap and close the issue if the problem is solved, i have only to change a line in the code, right?
That's it!
Let me know if you have any problems or questions.
Should be fixed #18
Describe the bug
the program stops and give me an error about string has no attribute letters
The buggy code just the code from
Expected behavior
works properly
Error Trace (if any)
Traceback (most recent call last): File "/home/ma/Scrivania/tiktok/tiktokbot.py", line 114, in
verifyFp = 'verify_Mycode'.join(random.choice(string.letters) for num in range(40))
File "/home/ma/Scrivania/tiktok/tiktokbot.py", line 114, in
verifyFp = 'verify_Mycode'.join(random.choice(string.letters) for num in range(40))
AttributeError: module 'string' has no attribute 'letters'
ma@ma-VirtualBox:~$