Open perspector opened 3 years ago
The mail checker script uses python2. Consider updating for Python3, it is pretty easy. Mostly just changing print "" to print(""). Nice idea with the adafruit display!
print ""
print("")
You might want to consider sharing this on reddit so other people can see it. Then your repo might get popular.
The mail checker script uses python2. Consider updating for Python3, it is pretty easy. Mostly just changing
print ""
toprint("")
. Nice idea with the adafruit display!