Skip to content
Snippets Groups Projects
Commit e7ba18ac authored by Jason Salyers's avatar Jason Salyers
Browse files

Update cursor.py

parent f9d04b92
No related branches found
No related tags found
No related merge requests found
...@@ -210,12 +210,6 @@ async def pids_by_blog(db, account: str, start_author: str = '', ...@@ -210,12 +210,6 @@ async def pids_by_blog(db, account: str, start_author: str = '',
LIMIT :limit LIMIT :limit
""" % seek """ % seek
print()
print("-----debug-----")
print("pids_by_blog sql: ", sql)
print("-----end debug-----")
print()
return await db.query_col(sql, account_id=account_id, start_id=start_id, limit=limit) return await db.query_col(sql, account_id=account_id, start_id=start_id, limit=limit)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment