Skip to content

Commit 265d3f2

Browse files
committed
code Updated
1 parent 5337aba commit 265d3f2

File tree

1 file changed

+3
-1
lines changed
  • Project 13 - Generating Payment Receipts

1 file changed

+3
-1
lines changed

Project 13 - Generating Payment Receipts/main.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,6 @@ def store_products():
128128
)
129129
table = Table(templete, style=style)
130130
pdf.build([title, table])
131-
store_products()
131+
132+
if __name__ == '__main__':
133+
store_products()

0 commit comments

Comments
 (0)