Skip to content

Commit 6c85b33

Browse files
committed
Update Adafruit_CharLCD/Adafruit_CharLCD_IPclock_example.py
1 parent 4089706 commit 6c85b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_CharLCD/Adafruit_CharLCD_IPclock_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ def run_cmd(cmd):
1818
lcd.clear()
1919
ipaddr = run_cmd(cmd)
2020
lcd.message(datetime.now().strftime('%b %d %H:%M:%S\n'))
21-
lcd.message('My IP: %s' % ( ipaddr ) )
21+
lcd.message('IP %s' % ( ipaddr ) )
2222
sleep(2)

0 commit comments

Comments
 (0)