Fixed a typo on dried

This commit is contained in:
Jacob Henry 2018-09-14 01:49:49 -04:00
parent e2399b4f21
commit db3304b291
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import identifier
import re import re
import shelve import shelve
counted_data = ["flaked", "rolled", "replaced", "washed", "dryed"] counted_data = ["flaked", "rolled", "replaced", "washed", "dried"]
lookup_format = "{}\s+(\d+)" lookup_format = "{}\s+(\d+)"
DB_NAME = "towels_rolled" DB_NAME = "towels_rolled"