5-Python-Projects-For-Beginners
5-Python-Projects-For-Beginners copied to clipboard
Commit created
Pull request tartalmának magyarázata
Csaba commit
Traceback (most recent call last): File "C:\Users\"username"\PycharmProjects\FreeCodeCamp\mini projects\git_PW_manager.py", line 18, in fer = Fernet(code) File "C:\Users\"username\PycharmProjects\FreeCodeCamp\venv\lib\site-packages\cryptography\fernet.py", line 39, in __init__ raise ValueError( ValueError: Fernet key must be 32 url-safe base64-encoded...
Modifications are focused on choose_your_own_adventure.py
When I run the program it gives me this error:  What can I do about it?
binascii.Error: Incorrect padding While running the code I got the above error.