3 Comments
User's avatar
Kirc's avatar

Hi

I was following the CodeSprout#20 article.. getting this issue

Error during execution of task: NameError("name 'ADDITIONAL_CP_SELL_STOCKS' is not defined")

where is this ADDITIONAL_CP_SELL_STOCKS defined?

Expand full comment
Kirc's avatar

or for that matter - where is this "REMOVE_CC_SELL_STOCKS", defined?

Expand full comment
Shyam's avatar

@Kric, ADDITIONAL_CP_SELL_STOCKS, ADDITIONAL_CP_SELL_STOCKS, REMOVE_CC_SELL_STOCKS are a python list which is specific to your needs.

It is generally a config.py file which you will input all these variables. Please let me know if you still face any issues.

Expand full comment