Updating the models and less log info
This commit is contained in:
@@ -110,7 +110,7 @@ class Event_Presenter_Base(BaseModel):
|
||||
cfg_json: Optional[Union[Json, None]] # Store per presenter config options like theme, language, etc
|
||||
data_json: Optional[Union[Json, None]] # For key value data. Careful with overwriting existing fields!
|
||||
|
||||
file_count: Optional[int]
|
||||
file_count: Optional[int] # File count for the presenter
|
||||
event_file_id_li_json: Optional[Union[Json, None]] # List of file IDs (actually id_random)
|
||||
|
||||
# General catchall for agreement or consent
|
||||
|
||||
Reference in New Issue
Block a user