forked from expo/troggle
Remove logdataissues from TROG
This commit is contained in:
@@ -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' : {}
|
||||
|
||||
Reference in New Issue
Block a user