Minor changes
This commit is contained in:
@@ -331,7 +331,7 @@ def get_event_session_rec_list(
|
|||||||
limit: int = 100,
|
limit: int = 100,
|
||||||
offset: int = 0,
|
offset: int = 0,
|
||||||
) -> list|bool:
|
) -> list|bool:
|
||||||
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||||
log.debug(locals())
|
log.debug(locals())
|
||||||
|
|
||||||
if event_id := redis_lookup_id_random(record_id_random=event_id, table_name='event'): pass
|
if event_id := redis_lookup_id_random(record_id_random=event_id, table_name='event'): pass
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ class Event_Session_Base(BaseModel):
|
|||||||
)
|
)
|
||||||
|
|
||||||
code: Optional[str] = Field(
|
code: Optional[str] = Field(
|
||||||
alias = 'event_session_code'
|
# alias = 'event_session_code'
|
||||||
)
|
)
|
||||||
|
|
||||||
event_id_random: Optional[str]
|
event_id_random: Optional[str]
|
||||||
|
|||||||
Reference in New Issue
Block a user