Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello.
This is the first time I've tried to use Developer Hub community Support. Please let me know if I need to take a different approach.
Here is my problem.
# I create a class and inside the class I only have integer variables. # I then create a...
I've tried to upload a zip version of the .py. Then tried the actual .py text file. Then renamed the .py to .txt and none of those could be uploaded here.
Yes. I'll update the complete code (without API credentials).
Thank you for looking at this. I can flip the code to use a dictionary to store the data but I'd much rather keep it with a class object.
Thank you very much for thinking about this and trying but that did not work. I'm going to upload the script but it won't have the credentials for the API to work. Thanks again.
Hi bigevilbeard.My mistake in my posting (too much pseudo-code in trying to describe the problem – sorry about that).Here is the actual code. I’m doing exactly what you suggest.originalVerdict = verdict["originalVerdict"]if bool(originalVerdict): ...