diff --git a/slavestothemachine.py b/slavestothemachine.py index 3972b91..7c4550d 100644 --- a/slavestothemachine.py +++ b/slavestothemachine.py @@ -4,7 +4,7 @@ import identifier import re import shelve -counted_data = ["flaked", "rolled", "replaced", "washed", "dryed"] +counted_data = ["flaked", "rolled", "replaced", "washed", "dried"] lookup_format = "{}\s+(\d+)" DB_NAME = "towels_rolled"