Work on event stuff
This commit is contained in:
@@ -392,7 +392,7 @@ def create_update_event_session_obj_v4(
|
||||
fail_any: bool = False, # Fail if any thing goes wrong for sub objects
|
||||
return_outline: bool = False,
|
||||
) -> int|bool:
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
log.info('Checking requirements...')
|
||||
|
||||
@@ -59,6 +59,9 @@ class Event_File_Base(BaseModel):
|
||||
|
||||
#### NOTE ***** NOTE
|
||||
internal_os: Optional[str]
|
||||
public_use: Optional[bool]
|
||||
public: Optional[bool]
|
||||
approve: Optional[bool]
|
||||
#### internal_os needs to be set
|
||||
#### Are other important fields missing????
|
||||
#### NOTE ^^^^^ NOTE
|
||||
|
||||
Reference in New Issue
Block a user