Clean up and working on user related models, methods, and routes.
This commit is contained in:
@@ -51,7 +51,7 @@ def load_post_comment_obj(
|
||||
if post_comment_id := redis_lookup_id_random(record_id_random=post_comment_id, table_name='post_comment'): pass
|
||||
else: return False
|
||||
|
||||
if post_comment_rec := sql_select(table_name='v_post_comment', record_id=post_comment_id):
|
||||
if post_comment_rec := sql_select(table_name='v_post_comment_detail', record_id=post_comment_id):
|
||||
#log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(post_comment_rec)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user