ChangeCycleBase

class ChangeCycleBase[source]

Bases: object

Base class for operations performed during the day/night cycle transition.

Handles cleanup tasks such as deleting old video files. Can be configured to operate safely, deleting only videos that have already been synced to an external location.

__init__() None[source]

Initializes the ChangeCycleBase instance with settings.

Methods

run() None[source]

Executes the cycle change logic, primarily old data removal.