0xfuturistic/Twitter-Giveaways-Bot

Attribute Error

Opened this issue · 0 comments

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?