statnot icon indicating copy to clipboard operation
statnot copied to clipboard

Clean up codebase

Open smacz42 opened this issue 7 years ago • 0 comments

  • Update for python3 compatibility (should still work with python >=2.6)
  • Correctly indented indents
  • Updated "%s" % (var) to "{}".format(var)
  • Updated print to print()
  • Used triple quotes for help output
  • PEP 8 spacing between functions
  • Shortened if var == True: to if var:

smacz42 avatar Jun 04 '17 05:06 smacz42