Deep fix, nonunique ids in logbookentries fixed

This commit is contained in:
Philip Sargent
2021-04-23 16:11:50 +01:00
parent 343d6cf350
commit b7659a477c
3 changed files with 110 additions and 179 deletions

View File

@@ -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.