Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Jul 17, 2024
1 parent bf0c361 commit 284397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create_pdf_report(dataframes, titles, output_path, logo_url, start_date, end
styles = getSampleStyleSheet()

# Load the logo
logo = Image(logo_file, 100, 50)
logo = Image(logo_file, 500, 50)

# Date range for the title
date_range = f" ({start_date.strftime(settings.timestamp_format)} to {end_date.strftime(settings.timestamp_format)})"
Expand Down

0 comments on commit 284397b

Please sign in to comment.