diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-23 16:11:50 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-23 16:11:50 +0100 |
commit | b7659a477c985b78f9ae9947f554104ad7e846cb (patch) | |
tree | 7e11d63e083f56c0daf67ce108672f4cbea19597 /core/utils.py | |
parent | 343d6cf35060c580a9e7cd91605bf481c4f6444b (diff) | |
download | troggle-b7659a477c985b78f9ae9947f554104ad7e846cb.tar.gz troggle-b7659a477c985b78f9ae9947f554104ad7e846cb.tar.bz2 troggle-b7659a477c985b78f9ae9947f554104ad7e846cb.zip |
Deep fix, nonunique ids in logbookentries fixed
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 4 |
1 files changed, 4 insertions, 0 deletions
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. |