- Aug 5, 2016
- 273
- 237
Bro, I will take a look at it, but from the error message it seems that you are calling an Int or a bool like a method/function.set_special(True) not working.
TypeError: 'int' object is not callable.
After trying few times: TypeError: 'bool' object is not callable
Try "set_special = True", remember the uppercase T.
Or set_special = 1.
Anyway, I will try to see if it works or not and give you some feedback.