Working on event registration. Why wont it load???
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user