diff --git a/job_nagger.py b/job_nagger.py index d94a5f0..d81f677 100644 --- a/job_nagger.py +++ b/job_nagger.py @@ -38,6 +38,7 @@ def nag_callback(slack, msg, match): # If no jobs found, somethings up. Probably mispelled day. if not jobs: slack_util.reply(slack, msg, "No jobs found. Check that the day is spelled correctly, with no extra symbols", in_thread=True) + return # Nag each response = "Do yer jerbs! They are as follows:\n"