We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf6770 commit 9cb4a2eCopy full SHA for 9cb4a2e
python/fucking_coffee.py
@@ -22,7 +22,7 @@
22
23
# Make some coffee!
24
con.write("sys brew\n")
25
-time.sleep(64)
+time.sleep(24)
26
27
# love the smell!
28
con.write("sys pour\n")
python3/fucking_coffee.py
@@ -24,7 +24,7 @@ def main():
conn.write(COFFEE_MACHINE_PASS)
conn.write('sys brew')
- time.sleep(64)
+ time.sleep(24)
29
conn.write('sys pour')
30
conn.close()
0 commit comments