mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Properly call super() in subclasses (#14124)
This commit is contained in:
@@ -57,7 +57,7 @@ class RecordingExporter(threading.Thread):
|
||||
end_time: int,
|
||||
playback_factor: PlaybackFactorEnum,
|
||||
) -> None:
|
||||
threading.Thread.__init__(self)
|
||||
super().__init__()
|
||||
self.config = config
|
||||
self.export_id = id
|
||||
self.camera = camera
|
||||
|
||||
Reference in New Issue
Block a user