Skip to content

Commit e8ed2b2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)