Closed laroque closed 4 years ago
Three main tasks:
"".format()
print()
logging.<level>()
ThrowReply
This will resolve #73 and resolve #46
Note: travis is failing because the arm builds reach a timeout. This is now capture in #75 and should be considered separate from this PR
Three main tasks:
"".format()
to f-strings, this is new in python 3.6 and more readableprint()
tologging.<level>()
everywhere (and create the loggers and handlers)ThrowReply
fixed those.This will resolve #73 and resolve #46