Skip to content

Commit 4bf5fe9

Browse files
mpetitjeanNARKOZ
authored andcommitted
Add 17s delay in fucking-coffee, python (NARKOZ#178)
1 parent 5c59766 commit 4bf5fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/fucking_coffee.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
if 'my_username' not in output:
1111
sys.exit()
1212

13+
time.sleep(17)
14+
1315
coffee_machine_ip = '10.10.42.42'
1416
password = '1234'
1517
password_prompt = 'Password: '

0 commit comments

Comments
 (0)