This commit is contained in:
parent
54e82f99eb
commit
899016907c
|
@ -189,7 +189,6 @@ async def load_shouts_by(_, _info, options):
|
||||||
q = q.limit(limit).offset(offset)
|
q = q.limit(limit).offset(offset)
|
||||||
|
|
||||||
shouts = []
|
shouts = []
|
||||||
logger.debug(q)
|
|
||||||
with local_session() as session:
|
with local_session() as session:
|
||||||
for [
|
for [
|
||||||
shout,
|
shout,
|
||||||
|
@ -263,7 +262,7 @@ async def load_shouts_feed(_, info, options):
|
||||||
.offset(offset)
|
.offset(offset)
|
||||||
)
|
)
|
||||||
|
|
||||||
# print(q.compile(compile_kwargs={"literal_binds": True}))
|
logger.debug(q.compile(compile_kwargs={"literal_binds": True}))
|
||||||
|
|
||||||
for [
|
for [
|
||||||
shout,
|
shout,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user