From db3304b291fcc47e31560bcb095d68e0389a6324 Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Fri, 14 Sep 2018 01:49:49 -0400 Subject: [PATCH] Fixed a typo on dried --- slavestothemachine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"