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)