Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute Error #30

Open
Pythefnos opened this issue Mar 10, 2022 · 0 comments
Open

Attribute Error #30

Pythefnos opened this issue Mar 10, 2022 · 0 comments

Comments

@Pythefnos
Copy link

Hey! This is my first time working with python, and Im a bit lost. I copied your entire code, and changed what I needed to, as directed. As I went to run it, I was met with the following error:

Traceback (most recent call last):
File "main.py", line 8, in
class colors:
File "main.py", line 9, in colors
HEADER = '\033[95m' if config.print_in_color else ""
AttributeError: module 'config' has no attribute 'print_in_color'

Anyone able to help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant