删除 '排行榜'
This commit is contained in:
parent
07409d94c6
commit
9a991e0a88
15
排行榜
15
排行榜
|
@ -1,15 +0,0 @@
|
|||
class Query_Db(object):
|
||||
def _init_(self, dbname=DB_NAME):
|
||||
self.conn-None
|
||||
self.db_table='books'
|
||||
self.db_name-dbname
|
||||
self.get_conn ()
|
||||
|
||||
def get_conn (self):
|
||||
try:
|
||||
self.conn = sqlite3.connect (self.db_name)
|
||||
except Exception as e:
|
||||
print 'Error:' ,e
|
||||
def get_total_ num(self);
|
||||
|
||||
def query_pub_company(self);
|
Loading…
Reference in New Issue