VirusTotal / vt-py

The official Python 3 client library for VirusTotal
https://virustotal.github.io/vt-py/
Apache License 2.0
531 stars 121 forks source link

Fixes Object of type WhistleBlowerDict is not JSON serializable #180

Closed anatliVT closed 7 months ago

anatliVT commented 7 months ago

Some example files are failing because of json.dumps: TypeError(f'Object of type {o.class.name} ' TypeError: Object of type WhistleBlowerDict is not JSON serializable

Using pprint, json.dumps is not needed