Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit e8ed2b2

Browse files
committed
cleaned up comments
1 parent 84075c2 commit e8ed2b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forecast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def forecast(idx):
3838
printer.print(deg)
3939
printer.print(' high ' + str(hi))
4040
printer.print(deg)
41-
printer.println(' ' + cond.replace(u'\u2013', '-').encode('utf-8')) # take care of pesky unicode dash "–" or \u2013
41+
printer.println(' ' + cond.replace(u'\u2013', '-').encode('utf-8')) # take care of pesky unicode dash
4242

4343
printer = Adafruit_Thermal("/dev/serial0", 19200, timeout=5)
4444
deg = chr(0xf8) # Degree symbol on thermal printer

0 commit comments

Comments
 (0)