summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/myconfig.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/myconfig.py b/lib/myconfig.py
index 7a81b60..0032348 100644
--- a/lib/myconfig.py
+++ b/lib/myconfig.py
@@ -65,6 +65,9 @@ class MyConfig:
candidate_model_size = 11.9 * 1024 * 1024
return candidate_model_size
+ def getModelPostfix(self):
+ return '.db'
+
def getCandidateModelName(self, index):
candidate_model_name = "model-candidates-{0}.db"
return candidate_model_name.format(index)