From 9473b22bd9aa71a23d23c4a0f6f9c88a3b7666f5 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 23 Jul 2023 23:30:19 +0300 Subject: detect non-ISO dates in JSON and from user and fix --- parsers/scans.py | 1 + 1 file changed, 1 insertion(+) (limited to 'parsers/scans.py') diff --git a/parsers/scans.py b/parsers/scans.py index 3f042da..9929209 100644 --- a/parsers/scans.py +++ b/parsers/scans.py @@ -38,6 +38,7 @@ def load_all_scans(): Wallet.objects.all().delete() print(" - deleting all Wallet and SingleScan objects") DataIssue.objects.filter(parser="scans").delete() + DataIssue.objects.filter(parser="wallets").delete() # These are valid old file types to be visible, they are not necessarily allowed to be uploaded to a new wallet. valids = [ -- cgit v1.2.3