Dec-11-2019, 11:56 AM
I have the follow code that works fine
but I want to do
I don't do not equal to. What have I done wrong here?
1 2 |
if 'bad' = = computer_dictionary[ 'threats' ]: get_threats(computers_url, computer_dictionary[ 'id' ]) |
1 2 |
if 'good' ! = computer_dictionary[ 'threats' ]: get_threats(computers_url, computer_dictionary[ 'id' ]) |