aidmar.wainakh hace 7 años
padre
commit
f28b889fab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/ID2TLib/StatsDatabase.py

+ 1 - 1
code/ID2TLib/StatsDatabase.py

@@ -56,7 +56,7 @@ class StatsDatabase:
             self.cursor.execute('SELECT * FROM file_statistics'))][0]
 
     def get_db_exists(self):
-        """
+        """"
         :return: True if the database was already existent, otherwise False
         """
         # Aidmar - for testing: return false always