biometrics_tracker.main.dispatcher module

class biometrics_tracker.main.dispatcher.Dispatcher(logger: Logger, sleep_seconds: int = 120)

Bases: Thread

Uses schedule library functionality to run jobs at the appropriate date and time

run()

Monitor and run pending jobs

Returns

None