Skip to content

Commit

Permalink
Merge pull request #21 from camicroscope/develop
Browse files Browse the repository at this point in the history
add support in name for openslide compatibles
  • Loading branch information
birm authored Nov 11, 2019
2 parents 1ce05bf + 421a098 commit 1eb36af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SlideServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
app.config['TOKEN_SIZE'] = 10
app.config['SECRET_KEY'] = os.urandom(24)

ALLOWED_EXTENSIONS = set(['svs', 'tif'])
ALLOWED_EXTENSIONS = set(['svs', 'tif', 'tiff', 'vms', 'vmu', 'ndpi', 'scn', 'mrxs', 'bif', 'svslide'])


def allowed_file(filename):
Expand Down

0 comments on commit 1eb36af

Please sign in to comment.