aidmar.wainakh há 7 anos atrás
pai
commit
f28b889fab
1 ficheiros alterados com 1 adições e 1 exclusões
  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