From ca606b04b86320eabeb819afef1c754174772006 Mon Sep 17 00:00:00 2001 From: Tim Chan Date: Tue, 4 Apr 2017 20:18:55 +1000 Subject: [PATCH] Added logging --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index dcc40b5..3cad503 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -272,7 +272,7 @@ class Client(object): return r del(data['name_action_selected']) - log.info(data.values()) #At this stage, we have dtsg, nh, submit[Continue] + log.info('Starting Facebook checkup flow') #At this stage, we have dtsg, nh, submit[Continue] r = self._cleanPost(CheckpointURL, data) if 'home' in r.url: