update in CI - tags_api has negative group, while old .yaml is no longer present
Compare changes
Files
3- Andrzej Lisak authored
changed behaviour of some condenser_api calls: when start_author or start_permlink is present, they need to point to correct post or error is generated fixed crash when start_author or start_permlink is passed to some condenser_api calls
@@ -21,7 +21,7 @@ async def get_post_id(db, author, permlink):
@@ -21,7 +21,7 @@ async def get_post_id(db, author, permlink):
@@ -190,8 +190,8 @@ async def pids_by_query(db, sort, start_author, start_permlink, limit, tag):
@@ -190,8 +190,8 @@ async def pids_by_query(db, sort, start_author, start_permlink, limit, tag):
sql = "%s <= (SELECT %s FROM %s WHERE id = find_comment_id('{}', '{}'))".format(start_author, start_permlink)