mirror of
https://github.com/narkoz/hacker-scripts
synced 2025-08-22 18:37:10 +00:00
Fixed Delay Typo's in fucking_coffee.py (#187)
This commit is contained in:
parent
6cf6770ae2
commit
9cb4a2e49d
@ -22,7 +22,7 @@ con.write(password + "\n")
|
|||||||
|
|
||||||
# Make some coffee!
|
# Make some coffee!
|
||||||
con.write("sys brew\n")
|
con.write("sys brew\n")
|
||||||
time.sleep(64)
|
time.sleep(24)
|
||||||
|
|
||||||
# love the smell!
|
# love the smell!
|
||||||
con.write("sys pour\n")
|
con.write("sys pour\n")
|
||||||
|
@ -24,7 +24,7 @@ def main():
|
|||||||
conn.write(COFFEE_MACHINE_PASS)
|
conn.write(COFFEE_MACHINE_PASS)
|
||||||
|
|
||||||
conn.write('sys brew')
|
conn.write('sys brew')
|
||||||
time.sleep(64)
|
time.sleep(24)
|
||||||
|
|
||||||
conn.write('sys pour')
|
conn.write('sys pour')
|
||||||
conn.close()
|
conn.close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user