From d6f97e248a51b8a57dc5fbdfba9328f17efacb81 Mon Sep 17 00:00:00 2001 From: Joshua Roberts Date: Thu, 5 Feb 2026 15:54:02 -0500 Subject: [PATCH] test --- pull_alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_alerts.py b/pull_alerts.py index b773b8b..a855276 100644 --- a/pull_alerts.py +++ b/pull_alerts.py @@ -15,7 +15,7 @@ try: import settings except ImportError: - print("*** Error: Follow setup instructions in README.md to create settings.py") + print("*** Error: Follow setup instructions in README.md to create settings.py test") raise SystemExit(1)