steemit / simple_steem_client

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

Use logging module for debugging #13

Open theoreticalbts opened 6 years ago

theoreticalbts commented 6 years ago

Instead of using print() to debug, use the logging module.