Added logging

This commit is contained in:
Tim Chan
2017-04-04 20:18:55 +10:00
committed by GitHub
parent fd6a3ab3e4
commit ca606b04b8

View File

@@ -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: