From 2fee216e80af29a8dfb921fcc404ce5a2dfc5355 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 27 Jan 2023 17:24:31 +0000 Subject: Remove logdataissues from TROG --- core/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/utils.py') diff --git a/core/utils.py b/core/utils.py index 5b1599b..8bb7c2a 100644 --- a/core/utils.py +++ b/core/utils.py @@ -33,15 +33,15 @@ save_carefully() - core function that saves troggle objects in the database various git add/commit functions that need refactoring together +NOTE that TROG is not serialized! Two users can update it and conflict !! +This needs to be in a multi-user database with transactions. + ''' TROG = { 'pagecache' : { 'expedition' : {} }, - 'issues' : { - 'logdataissues' : {} - }, 'caves' : { 'gcavelookup' : {}, 'gcavecount' : {} -- cgit v1.2.3