From 8561479b90c00a3b7a77428d55473df255cd1e22 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 27 Aug 2025 16:34:20 -0400 Subject: Remove email submission feature This requires either setting up my mailserver or signing up with Mailgun, and honestly I don't need either of those things right now. Just use the web submission, I can add the email submission feature later. --- Biz/PodcastItLater/Worker.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Biz/PodcastItLater/Worker.py') diff --git a/Biz/PodcastItLater/Worker.py b/Biz/PodcastItLater/Worker.py index af51260..834d44b 100644 --- a/Biz/PodcastItLater/Worker.py +++ b/Biz/PodcastItLater/Worker.py @@ -544,6 +544,7 @@ def main_loop() -> None: while True: try: + # Process pending jobs process_pending_jobs(processor) process_retryable_jobs() -- cgit v1.2.3