Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Commit f5b41a3

Browse files
author
David Buchmann
committed
Simplify script
1 parent 72e1901 commit f5b41a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Adafruit_CharLCD/Adafruit_CharLCD_IPclock_example.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ def run_cmd(cmd):
2222
ipaddr = run_cmd(cmd)
2323
lcd.message(datetime.now().strftime('%b %d %H:%M:%S\n'))
2424
lcd.message('IP %s\n' % (ipaddr))
25-
lcd.message('Hello\n')
26-
lcd.message('World')
27-
sleep(2)
25+
sleep(1)

0 commit comments

Comments
 (0)