Skip to content

Conversation

@zpettry
Copy link

@zpettry zpettry commented Jun 9, 2019

if args.trade.id[0] == '@':
AttributeError: 'Namespace' object has no attribute 'trade'

The period needs to be deleted between 'trade' and 'id'.

if args.trade.id[0] == '@':
AttributeError: 'Namespace' object has no attribute 'trade'

The period needs to be deleted between 'trade' and 'id'.
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

Successfully merging this pull request may close these issues.

1 participant