Fixed typo in the delay when pouring your coffee
This commit is contained in:
parent
93b4f93990
commit
34243711ed
|
|
@ -22,7 +22,7 @@ con.write(password + "\n")
|
|||
|
||||
# Make some coffee!
|
||||
con.write("sys brew\n")
|
||||
time.sleep(64)
|
||||
time.sleep(24)
|
||||
|
||||
# love the smell!
|
||||
con.write("sys pour\n")
|
||||
|
|
|
|||
Loading…
Reference in New Issue