Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed May 25, 2023
1 parent 8679c72 commit d00150c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook/zm_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def main_handler():
cv2.imwrite(filename_debug,debug_image)

if g.config['write_image_to_zm'] == 'yes' and args.get('eventpath'):
g.logger.Debug(1,'Writing detected image to {}/objdetect.jpg'.format(
g.logger.Debug(1, 'Writing detected image to {}/objdetect.jpg'.format(
args.get('eventpath')))
cv2.imwrite(args.get('eventpath') + '/objdetect.jpg', debug_image)
jf = args.get('eventpath')+ '/objects.json'
Expand Down

0 comments on commit d00150c

Please sign in to comment.