Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ def process_magic_recap_video(
244
  elapsed_time = current_timestamp - first_time
245
 
246
  if elapsed_time < 86400: # ၂၄ နာရီ အတွင်း
247
- if count >= 2: # ၂ ပုဒ် ပြည့်ပါက တားဆီးမည်
248
  remaining_seconds = 86400 - elapsed_time
249
  rem_hours = int(remaining_seconds // 3600)
250
  rem_mins = int((remaining_seconds % 3600) // 60)
 
244
  elapsed_time = current_timestamp - first_time
245
 
246
  if elapsed_time < 86400: # ၂၄ နာရီ အတွင်း
247
+ if count >= 90: # ၂ ပုဒ် ပြည့်ပါက တားဆီးမည်
248
  remaining_seconds = 86400 - elapsed_time
249
  rem_hours = int(remaining_seconds // 3600)
250
  rem_mins = int((remaining_seconds % 3600) // 60)