Updated importing to work for BGH 2022. Other minor changes.
This commit is contained in:
@@ -591,7 +591,7 @@ def get_account_rec_list(
|
||||
sql = f"""
|
||||
SELECT `account`.id AS 'account_id', `account`.id_random AS 'account_id_random'
|
||||
FROM `account` AS `account`
|
||||
WHERE
|
||||
WHERE 1=1
|
||||
{sql_enabled}
|
||||
ORDER BY `account`.created_on DESC, `account`.updated_on DESC
|
||||
{sql_limit};
|
||||
|
||||
@@ -67,7 +67,7 @@ def load_event_obj(
|
||||
exclude_unset: bool = True,
|
||||
model_as_dict: bool = False,
|
||||
) -> Event_Base|bool:
|
||||
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
if event_id := redis_lookup_id_random(record_id_random=event_id, table_name='event'): pass
|
||||
|
||||
Reference in New Issue
Block a user