MarioPrzBasto commited on
Commit
3feba9f
·
verified ·
1 Parent(s): 2419a99

Update similarity.py

Browse files
Files changed (1) hide show
  1. similarity.py +1 -1
similarity.py CHANGED
@@ -117,7 +117,7 @@ def load_image_url(source, assetCode, contentType=None, ffmpeg_path='ffmpeg', fr
117
  return frame
118
 
119
  try:
120
- logging.info(f"[INFO] Content-Type de {assetCode} é {contentType} com source {source}")
121
  if source.startswith('http'):
122
 
123
  if contentType and contentType.startswith('video'):
 
117
  return frame
118
 
119
  try:
120
+ logging.info(f"[INFO] Content-Type de {assetCode} é {contentType}")
121
  if source.startswith('http'):
122
 
123
  if contentType and contentType.startswith('video'):