This commit is contained in:
Mouse Reeve 2022-05-26 11:38:36 -07:00
parent 375c5a8789
commit dfe0656eb4

View file

@ -31,7 +31,7 @@ def get_next_shelf(current_shelf):
if current_shelf == "read":
return "complete"
if current_shelf == "stopped-reading":
return "stopped-readingt"
return "stopped-reading"
return "to-read"