mirror of
https://github.com/narkoz/hacker-scripts
synced 2025-08-23 10:57:13 +00:00
Add 17s delay in fucking-coffee, python (#178)
This commit is contained in:
parent
5c59766b50
commit
4bf5fe9831
@ -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: '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user