steemit / simple_steem_client

A minimalist Steem RPC client in Python
2 stars 5 forks source link

Implement logging #13 #20

Closed theoreticalbts closed 6 years ago

theoreticalbts commented 6 years ago

PR for #13.

youkaicountry commented 6 years ago

On line 165, you're logging resp_bytes on exception which would be undefined on the first try.

The print statement you are replacing was outputing the exception. I assume this is what you meant to log here?

theoreticalbts commented 6 years ago

Force-pushed, it should be fixed now.