From 28d6a826ef08aedaa2690a1bb09668c96bf05860 Mon Sep 17 00:00:00 2001 From: Joshua Roberts Date: Mon, 9 Feb 2026 13:00:20 -0500 Subject: [PATCH] . --- pull_alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_alerts.py b/pull_alerts.py index b773b8b..b8824be 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 TEST to create settings.py") raise SystemExit(1)