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)