瀏覽代碼

flow_statistics table to DB (incomplete)

aidmar.wainakh 7 年之前
父節點
當前提交
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]
 
     def get_db_exists(self):
-        """"
+        """
         :return: True if the database was already existent, otherwise False
         """
         # Aidmar - for testing: return false always