mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-09-16 04:09:41 +08:00
update:更新Router结构,和启动脚本文件
This commit is contained in:
@@ -49,7 +49,7 @@ def new(filename: str, pagenumber:int):
|
||||
def getMetadata(form: int, num: int, search:str = None):
|
||||
conn = util.getConn()
|
||||
c = conn.cursor()
|
||||
if search is None:
|
||||
if search == None:
|
||||
cursor = c.execute(
|
||||
"SELECT * FROM Metadata ORDER BY num desc LIMIT ?, ?", (form, num)
|
||||
)
|
||||
|
Reference in New Issue
Block a user