Skip to content

Commit

Permalink
Merge pull request #26 from hbgodseeker/patch-1
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
djkcyl authored Sep 12, 2023
2 parents 91f5cc3 + 4ce17da commit 82529e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilireq/grpc/dynamic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
async def grpc_get_user_dynamics(uid: int, offset: str = "", page: int = 1, **kwargs) -> DynSpaceRsp:
stub = DynamicStub(kwargs.pop("_channel"))
req = DynSpaceReq(host_uid=uid, history_offset=offset, page=page)
return await stub.DynSpace(req, **kwargs)
return await stub.DynSpace(req)


@grpc_request
Expand Down

0 comments on commit 82529e1

Please sign in to comment.