Skip to content

Commit

Permalink
remove unessecary quote
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 10, 2024
1 parent 59cd15e commit fa0a7e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ async def get_projects_w_solver_page(
show_hidden=True,
# WARNING: better way to match jobs with projects (Next PR if this works fine!)
# WARNING: search text has a limit that I needed to increase for the example!
search=urllib.parse.quote(solver_name, safe=""),
search=solver_name,
)

async def get_projects_page(self, *, limit: int, offset: int):
Expand Down

0 comments on commit fa0a7e4

Please sign in to comment.