From c7bc32a0183f1e7ef38720fd29e48e8a257101e2 Mon Sep 17 00:00:00 2001 From: Yann Guineau Date: Mon, 23 Nov 2015 15:48:06 +0100 Subject: [PATCH] Fix text for wife alert Your wife is not your boss, she don't care if you work at home today, but she worries of the hour at which you come tonight. --- wife.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wife.py b/wife.py index 79a8de9..398c881 100644 --- a/wife.py +++ b/wife.py @@ -39,7 +39,7 @@ client = TwilioRestClient(TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN) client.messages.create( to=her_number, from=my_number, - body="Gonna work from home. " + random.choice(reasons) + body="Late at work. " + random.choice(reasons) ) try: