Add 17s delay in fucking-coffee, python

This commit is contained in:
Mathieu Petitjean 2019-10-03 13:34:42 +02:00
parent c2efa20af7
commit e2ea8519fe

View File

@ -10,6 +10,8 @@ output = subprocess.check_output('who')
if 'my_username' not in output:
sys.exit()
time.sleep(17)
coffee_machine_ip = '10.10.42.42'
password = '1234'
password_prompt = 'Password: '