Skip to content

Commit

Permalink
Fix URL in exercise 11-4
Browse files Browse the repository at this point in the history
  • Loading branch information
micahflee committed Feb 13, 2024
1 parent 7086dab commit e50c21e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chapter-11/exercise-11-4.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ def main(parler_metadata_path):
and metadata[0]["GPSLatitude"] != ""
):
name = json_filename_to_parler_id(filename)
description = f"URL: https://data.ddosecrets.com/Parler/{name}<br>"
description = (
f"URL: https://data.ddosecrets.com/Parler/Videos/{name}<br>"
)
for key in [
"CreateDate",
"FileTypeExtension",
Expand Down

0 comments on commit e50c21e

Please sign in to comment.