diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-27 17:24:31 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-27 17:24:31 +0000 |
commit | 2fee216e80af29a8dfb921fcc404ce5a2dfc5355 (patch) | |
tree | e8d77c1326ef0384242fb3d724aaeeaebd79dfa2 /core/utils.py | |
parent | 75834902f24f2fb90afa120a160ee23cdb4551f0 (diff) | |
download | troggle-2fee216e80af29a8dfb921fcc404ce5a2dfc5355.tar.gz troggle-2fee216e80af29a8dfb921fcc404ce5a2dfc5355.tar.bz2 troggle-2fee216e80af29a8dfb921fcc404ce5a2dfc5355.zip |
Remove logdataissues from TROG
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 6 |
1 files changed, 3 insertions, 3 deletions
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' : {} |