diff --git a/dayglo_detector/dayglo_detector.py b/dayglo_detector/dayglo_detector.py index 9e0ab26..2e3904d 100644 --- a/dayglo_detector/dayglo_detector.py +++ b/dayglo_detector/dayglo_detector.py @@ -115,6 +115,7 @@ def calculate_dayglo_rating(image): return rating async def main(): + print("Starting Dayglo Detector...") # Handle command line argument for image file if len(sys.argv) > 1: image_file = sys.argv[1]