Add startup log message for Dayglo Detector script

- Added a log message to indicate when the Dayglo Detector script starts.
This commit is contained in:
2024-10-20 19:01:10 +11:00
parent b427ad12ec
commit c948bdfd6c
+1
View File
@@ -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]