NateBrune / Creep

A webservice for displaying nodeinfo information.
3 stars 1 forks source link

Use python logging module on nicrawl.py #17

Closed thefinn93 closed 8 years ago

thefinn93 commented 8 years ago

The logging module is more robust than print, offers a bunch of fun additional features (formatting, timestamps, thread safety, whatever). I suppose we should add it to niscan.py or just merge the two

thefinn93 commented 8 years ago

Actually, fuck it im just gonna merge