Skip to content

Commit

Permalink
Merge branch 'main' into 3424-make-average-rating-property-of-edition…
Browse files Browse the repository at this point in the history
…-model
  • Loading branch information
lenikadali authored Oct 3, 2024
2 parents 4f31d6b + 13381b9 commit cfda8b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bookwyrm/connectors/abstract_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def get_results(
),
"User-Agent": USER_AGENT,
}
params = {"min_confidence": min_confidence}
params = {"min_confidence": str(min_confidence)}
try:
async with session.get(url, headers=headers, params=params) as response:
if not response.ok:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
nginx:
image: nginx:1.25.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.4
aiohttp==3.10.2
bleach==6.1.0
boto3==1.34.74
bw-file-resubmit==0.6.0rc2
Expand Down

0 comments on commit cfda8b7

Please sign in to comment.