Sfoglia il codice sorgente

comment in db check

aidmar.wainakh 6 anni fa
parent
commit
5aa05f1477
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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():