Fixed typo in the delay when pouring your coffee

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

View File

@ -24,7 +24,7 @@ def main():
conn.write(COFFEE_MACHINE_PASS)
conn.write('sys brew')
time.sleep(64)
time.sleep(24)
conn.write('sys pour')
conn.close()