Debugging...
This commit is contained in:
@@ -204,6 +204,7 @@ def update_person_kiss(
|
||||
|
||||
log.debug(person_dict_up_result)
|
||||
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
if contact_id and person_obj.contact:
|
||||
log.info('Updating Contact object')
|
||||
if contact_update_result := update_contact_obj(
|
||||
@@ -224,6 +225,8 @@ def update_person_kiss(
|
||||
else: return False
|
||||
else: pass
|
||||
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(person_obj.user)
|
||||
if user_id and person_obj.user:
|
||||
log.info('Updating User object')
|
||||
# Link to an existing user
|
||||
|
||||
Reference in New Issue
Block a user