Skip to content

Commit

Permalink
add print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
SireME committed Sep 30, 2024
1 parent 115dc62 commit 17149da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utility/video/video_search_query_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def getVideoSearchQueriesTimed(script,captions_timed):
try:
out = json.loads(content)
except Exception as e:
print("content: n\n", content, "\n\n")
print(e)
content = fix_json(content.replace("```json", "").replace("```", ""))
out = json.loads(content)
Expand Down

0 comments on commit 17149da

Please sign in to comment.