Patching
This commit is contained in:
parent
ac196a1f31
commit
58cd47a1b3
|
@ -77,7 +77,7 @@ class Book(SQLObject):
|
|||
if signouts.count() > 0:
|
||||
book += "\nSigned Out: "
|
||||
for s in signouts:
|
||||
book += s.username + " (" + s.due_date + "), "
|
||||
book += s.username + " (" + str(s.due_date) + "), "
|
||||
|
||||
book = book.strip(", ")
|
||||
|
||||
|
|
Loading…
Reference in New Issue