Skip to content

Commit 602f8eb

Browse files
committed
Fix variable error.
1 parent d8528d8 commit 602f8eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

participantPdfs.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def initNewPDFPage(pdf, (pageWidth, pageHeight), shaastra_id, username):
7373
# Leave a margin of one cm at the top
7474

7575
y = pageHeight - inch
76+
x = inch
7677

7778
im = Image("/home/shaastra/hospi/participantPDFs/shaastralogo.jpg", width=2*inch, height=2*inch)
7879
im.hAlign = 'LEFT'

0 commit comments

Comments
 (0)