Working on event registration. Why wont it load???

This commit is contained in:
Scott Idem
2021-08-13 18:09:41 -04:00
parent 1bb3867463
commit 8fd8b89ff4
4 changed files with 92 additions and 14 deletions

View File

@@ -301,7 +301,7 @@ def sql_select(
max_count: int = 100000
):
current_log_level = log.level
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
if table_name and not (record_id or record_id_random or field_name or field_value or sql or data):