maxsaltonstall / letters-with-strangers

Apache License 2.0
2 stars 0 forks source link

Exception thrown on word formation #133

Closed davidstanke closed 3 years ago

davidstanke commented 3 years ago

Fixes #132

Okay, as per #113, we have to use simple datatypes for compatibility with Datastore. The defaultdict for letter_xp worked on local but not on the staging server... this PR changes it to simple dict.