diff options
| author | Ben Sima <ben@bsima.me> | 2025-08-27 16:34:20 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-08-28 12:14:10 -0400 |
| commit | 8561479b90c00a3b7a77428d55473df255cd1e22 (patch) | |
| tree | 95c3a7cd1243d1dd354f7b57c89e216d41d8874b /Biz/PodcastItLater/Worker.py | |
| parent | 0b005c192b2c141c7f6c9bff4a0702361814c21d (diff) | |
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.
Diffstat (limited to 'Biz/PodcastItLater/Worker.py')
| -rw-r--r-- | Biz/PodcastItLater/Worker.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
