From b7659a477c985b78f9ae9947f554104ad7e846cb Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 23 Apr 2021 16:11:50 +0100 Subject: Deep fix, nonunique ids in logbookentries fixed --- core/utils.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/utils.py') diff --git a/core/utils.py b/core/utils.py index fe85533..bf7cb28 100644 --- a/core/utils.py +++ b/core/utils.py @@ -36,7 +36,11 @@ save_carefully() - core function that saves troggle objects in the database TROG = { 'pagecache' : { 'expedition' : {} + }, + 'issues' : { + 'logdataissues' : {} } + } # This is module-level executable. This is a Bad Thing. Especially when it touches the file system. -- cgit v1.2.3