From 18a72c0475713150f913309ecd090dd9dde1033a Mon Sep 17 00:00:00 2001 From: Nick Moy Date: Mon, 14 Oct 2019 13:45:55 -0400 Subject: [PATCH] Added placeholder text in the ip address and password fields --- python3/fucking_coffee.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3/fucking_coffee.py b/python3/fucking_coffee.py index 0268b79..edc1406 100755 --- a/python3/fucking_coffee.py +++ b/python3/fucking_coffee.py @@ -6,8 +6,8 @@ import time from hackerutils import sh -COFFEE_MACHINE_ADDR = '10.10.42.42' -COFFEE_MACHINE_PASS = '1234' +COFFEE_MACHINE_ADDR = 'REPLACE WITH YOUR IP ADDRESS HERE' +COFFEE_MACHINE_PASS = 'REPLACE WITH YOUR PASSWORD HERE' COFFEE_MACHINE_PROM = 'Password: '