3
0
Просмотр исходного кода

flow_statistics table to DB (incomplete)

aidmar.wainakh 7 лет назад
Родитель
Сommit
1bbdc0595e
1 измененных файлов с 1 добавлено и 1 удалено
  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]
             self.cursor.execute('SELECT * FROM file_statistics'))][0]
 
 
     def get_db_exists(self):
     def get_db_exists(self):
-        """"
+        """
         :return: True if the database was already existent, otherwise False
         :return: True if the database was already existent, otherwise False
         """
         """
         # Aidmar - for testing: return false always
         # Aidmar - for testing: return false always