summaryrefslogtreecommitdiffstats
path: root/core/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils.py')
-rw-r--r--core/utils.py4
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.