Added logging
This commit is contained in:
@@ -272,7 +272,7 @@ class Client(object):
|
|||||||
return r
|
return r
|
||||||
|
|
||||||
del(data['name_action_selected'])
|
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)
|
r = self._cleanPost(CheckpointURL, data)
|
||||||
|
|
||||||
if 'home' in r.url:
|
if 'home' in r.url:
|
||||||
|
Reference in New Issue
Block a user