Skip to content

Commit e6f15da

Browse files
committed
fix: optimize message push settings
1 parent f85f231 commit e6f15da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/models/recording_model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ def __init__(
6161
self.manually_stopped = False
6262
self.platform = None
6363
self.platform_key = None
64+
self.notified_live_start = False
65+
self.notified_live_end = False
6466

6567
self.cumulative_duration = timedelta() # Accumulated recording time
6668
self.last_duration = timedelta() # Save the total time of the last recording

0 commit comments

Comments
 (0)