diff --git a/riocli/v2client/client.py b/riocli/v2client/client.py index 6fbf8b6f..28e9857f 100644 --- a/riocli/v2client/client.py +++ b/riocli/v2client/client.py @@ -339,7 +339,6 @@ def list_static_routes( while True: params.update({ "continue": offset, - "limit": 50, }) response = RestClient(url).method(HttpMethod.GET).query_param( params).headers(headers).execute()