Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamps committed Jul 31, 2024
1 parent 04b7a0e commit 6b673a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_table/student_quiz_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def generate_student_quiz_reports_v2(ddb):
],
BillingMode="PAY_PER_REQUEST",
)
print("Successfully created Student Quiz Reports Table")
print("Successfully created Student Quiz Reports V2 Table")


def add_secondary_index(ddb):
Expand Down

0 comments on commit 6b673a8

Please sign in to comment.