NateBrune / Creep

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

pep8 and stuff #6

Closed thefinn93 closed 8 years ago

thefinn93 commented 8 years ago

(Depends on #4 and #5 being merged first)

This fixes a number of codestyle issues, and one actual code issue (in nicrwawl.py you open and close the output file a ton, this holds it open and writes to it). Really it should all go to stdout and be left to the shell or whatever to redirect IMO.