Fixed typo in the delay when pouring your coffee

This commit is contained in:
Meyers Tom 2020-02-20 17:36:39 +02:00 committed by GitHub
parent 93b4f93990
commit 34243711ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")