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