This commit is contained in:
Yuvi9587 2025-12-28 18:15:30 +05:30
parent 6a36179136
commit ef9abacc5d
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ def create_individual_pdf(post_data, output_filename, font_path, add_info_page=F
font_family = _setup_pdf_fonts(pdf, font_path, logger) font_family = _setup_pdf_fonts(pdf, font_path, logger)
if add_info_page: if add_info_page:
f
add_metadata_page(pdf, post_data, font_family) add_metadata_page(pdf, post_data, font_family)
else: else:

View File

@ -6636,7 +6636,7 @@ class DownloaderApp (QWidget ):
# Look up the name in the cache, falling back to the ID if not found. # Look up the name in the cache, falling back to the ID if not found.
creator_name = self.creator_name_cache.get((service, user_id), user_id) creator_name = self.creator_name_cache.get((service, user_id), user_id)
.
format_values = { format_values = {
'id': str(job_details.get('original_post_id_for_log', '')), 'id': str(job_details.get('original_post_id_for_log', '')),
'user': user_id, 'user': user_id,