Skip to content

Commit 9cb4a2e

Browse files
authored
Fixed Delay Typo's in fucking_coffee.py (NARKOZ#187)
1 parent 6cf6770 commit 9cb4a2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/fucking_coffee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Make some coffee!
2424
con.write("sys brew\n")
25-
time.sleep(64)
25+
time.sleep(24)
2626

2727
# love the smell!
2828
con.write("sys pour\n")

python3/fucking_coffee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def main():
2424
conn.write(COFFEE_MACHINE_PASS)
2525

2626
conn.write('sys brew')
27-
time.sleep(64)
27+
time.sleep(24)
2828

2929
conn.write('sys pour')
3030
conn.close()

0 commit comments

Comments
 (0)