Skip to content

Commit 18a72c0

Browse files
Nick MoyNick Moy
Nick Moy
authored and
Nick Moy
committed
Added placeholder text in the ip address and password fields
1 parent 3cb0b75 commit 18a72c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python3/fucking_coffee.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
from hackerutils import sh
88

9-
COFFEE_MACHINE_ADDR = '10.10.42.42'
10-
COFFEE_MACHINE_PASS = '1234'
9+
COFFEE_MACHINE_ADDR = 'REPLACE WITH YOUR IP ADDRESS HERE'
10+
COFFEE_MACHINE_PASS = 'REPLACE WITH YOUR PASSWORD HERE'
1111
COFFEE_MACHINE_PROM = 'Password: '
1212

1313

0 commit comments

Comments
 (0)