2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-23 02:47:14 +00:00

Add 17s delay in fucking-coffee, python (#178)

This commit is contained in:
mpetitjean 2020-01-08 14:19:36 +01:00 committed by Nihad Abbasov
parent 5c59766b50
commit 4bf5fe9831

View File

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