diff options
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 9aa4679..5b696dd 100644 --- a/core/utils.py +++ b/core/utils.py @@ -42,6 +42,10 @@ TROG = { }, 'issues' : { 'logdataissues' : {} + }, + 'caves' : { + 'gcavelookup' : {}, + 'gcavecount' : {} } } |