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 5c59766 commit 4bf5fe9Copy full SHA for 4bf5fe9
python/fucking_coffee.py
@@ -10,6 +10,8 @@
10
if 'my_username' not in output:
11
sys.exit()
12
13
+time.sleep(17)
14
+
15
coffee_machine_ip = '10.10.42.42'
16
password = '1234'
17
password_prompt = 'Password: '
0 commit comments