diff --git a/element_deeplabcut/model.py b/element_deeplabcut/model.py index 97379f6..46a3c90 100644 --- a/element_deeplabcut/model.py +++ b/element_deeplabcut/model.py @@ -137,7 +137,7 @@ class RecordingInfo(dj.Imported): nframes : smallint # number of frames fps = NULL : int # (Hz) frames per second recording_datetime = NULL : datetime # Datetime for the start of the recording - recording_duration = NULL : float # video duration in seconds + recording_duration : float # video duration in seconds """ @property