Skip to content

Commit 17bcbde

Browse files
committed
Minor.
1 parent 2594bf2 commit 17bcbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print_quotes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main():
3232
quotes = []
3333
alt_quotes = []
3434

35-
print >> fout, "Mass #%d (%s) - ID: %d" % (mass.order, mass.title, mass.id)
35+
print >> fout, "Mass #%d (%s) in event %s - ID: %d" % (mass.order, mass.title, mass.event.title, mass.id)
3636
for reading in sorted(mass.readings, key=lambda x: (x.order, x.alt_num)):
3737
print >> fout, " Lettura #%d.%d (%s): %s - ID: %d" % (reading.order, reading.alt_num, reading.title, reading.quote, reading.id)
3838

0 commit comments

Comments
 (0)