mirror of
https://github.com/narkoz/hacker-scripts
synced 2025-08-22 10:27:11 +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!
|
||||
con.write("sys brew\n")
|
||||
time.sleep(64)
|
||||
time.sleep(24)
|
||||
|
||||
# love the smell!
|
||||
con.write("sys pour\n")
|
||||
|
@ -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…
x
Reference in New Issue
Block a user