From 9d1c0ac395a5509d577cb030148e335b1ee2b5c8 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 1 Feb 2023 23:43:05 +0000 Subject: Setting wallet dates earlier in the import process --- core/models/wallets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/models/wallets.py') diff --git a/core/models/wallets.py b/core/models/wallets.py index 7c0dea4..a90a737 100644 --- a/core/models/wallets.py +++ b/core/models/wallets.py @@ -99,7 +99,7 @@ class Wallet(models.Model): # Yes this is horribly, horribly inefficient, esp. for a page that have date, people and cave in it def date(self): - """Reads all the JSON data just to get the JSNON date.""" + """Reads all the JSON data just to get the JSON date.""" if self.walletdate: return self.walletdate if not self.get_json(): -- cgit v1.2.3