瀏覽代碼

comment in db check

aidmar.wainakh 7 年之前
父節點
當前提交
5aa05f1477
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      code/ID2TLib/StatsDatabase.py

+ 2 - 2
code/ID2TLib/StatsDatabase.py

@@ -60,8 +60,8 @@ class StatsDatabase:
         :return: True if the database was already existent, otherwise False
         """
         # Aidmar - for testing: return false always
-        #return self.existing_db
-        return False
+        return self.existing_db
+        #return False
 
     @staticmethod
     def _get_selector_keywords():