فهرست منبع

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():