Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucalianas committed Jan 14, 2022
2 parents 7b78c08 + 00f3472 commit eb7285b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements_server.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openslide-python==1.1.2
Pillow==8.3.2
lxml==4.6.3
Pillow==8.4.0
lxml==4.6.5
django-cors-headers==3.2.1
tiledb==0.10.3
zarr==2.8.3
Expand Down
2 changes: 1 addition & 1 deletion views.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def get_tile(request, image_id, level, column, row, tile_format,
rendering_engine = rf.get_secondary_tiles_rendering_engine(image_id, conn)
if rendering_engine:
tile, image_format = rendering_engine.get_tile(int(level), int(column), int(row), fetch_original_file,
file_mimetype, tile_size), limit_bounds
file_mimetype, tile_size, limit_bounds)
else:
raise e
if tile:
Expand Down

0 comments on commit eb7285b

Please sign in to comment.