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:
@@ -115,6 +115,7 @@ def calculate_dayglo_rating(image):
|
|||||||
return rating
|
return rating
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
|
print("Starting Dayglo Detector...")
|
||||||
# Handle command line argument for image file
|
# Handle command line argument for image file
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
image_file = sys.argv[1]
|
image_file = sys.argv[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user