Sep-29-2017, 04:11 PM
The channel attribute is an instance attribute, it is only create in __init__ when you create an instance of the class. You are trying to reference it from the class itself. You need to create an instance, or make it a class attribute.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures