Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit c177c5d

Browse files
committed
Comment out email error notification in StreamRecorder run loop
1 parent 73e5ae7 commit c177c5d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ def run(self):
373373
time.sleep(15)
374374
except Exception as e:
375375
app_log.error(f"Error in run loop: {e}")
376-
send_email.send(
377-
"HBNI Audio Stream Recorder Error",
378-
f"https://broadcasting.hbni.net/logs/{datetime.now().strftime('%Y-%B-%d-%A')}.log",
379-
)
376+
# send_email.send(
377+
# "HBNI Audio Stream Recorder Error",
378+
# f"https://broadcasting.hbni.net/logs/{datetime.now().strftime('%Y-%B-%d-%A')}.log",
379+
# )
380380
time.sleep(15)
381381

382382
async def ensure_recording_status_table(self, pool):

0 commit comments

Comments
 (0)