Archived
更新db.py
This commit is contained in:
1 file changed
+2
-1
+2
-1
@@ -42,7 +42,8 @@ class SQLite:
|
||||
tables = self.__cursor.fetchall()
|
||||
lst = []
|
||||
for table in tables:
|
||||
lst.append(table[1])
|
||||
if table[1] != 'ReqCount':
|
||||
lst.append(table[1])
|
||||
del tables
|
||||
return lst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user