Fixed typo in the delay when pouring your coffee
This commit is contained in:
parent
6cf6770ae2
commit
93b4f93990
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue