Commit Graph

2 Commits

Author SHA1 Message Date
Christian Clauss
369155c276
TR_query() function signature matches TR_inspect()
`observable` is not being used in this function but `text_block` is so change the function signature of `TR_query()` to match `TR_inspect()` just below.  This resolves both the unused variable name `observable` and the undefined variable name `text_block`.

The user of this example will still need to define their own `TR_enrich()` function.
2020-03-08 07:26:09 +01:00
Omar Santos
7be0aa2459
Create threat-response-api-example.py 2020-02-23 17:27:58 -05:00