[32788f42] Fix unterminated string literal in qr_generator.py

This commit is contained in:
2026-03-21 13:52:37 +00:00
parent f72719b9a4
commit d4b20eb113

View File

@@ -173,9 +173,10 @@ def get_calendly_events(api_token: str, start_time: str = None, end_time: str =
def overlay_text_on_pdf(base_pdf_path: str, output_pdf_path: str, texts: list):
# Target:
# Element 1: X: 72mm, Y: 22mm + 9mm = 31mm
# Element 2: X: 72mm, Y: 171mm + 9mm = 180mm
"""
Target:
Element 1: X: 72mm, Y: 22mm + 9mm = 31mm
Element 2: X: 72mm, Y: 171mm + 9mm = 180mm
"""
# Convert mm to points (1 mm = 2.83465 points)