Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abalijepalli committed Apr 14, 2021
1 parent 0b05f1b commit 85de20c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mosaicweb/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
import mosaic


if not sys.platform.startswith('win'):
if sys.platform.startswith('win'):
from mosaicweb import app
else:
import gunicorn.app.base

class mosaicApplication(gunicorn.app.base.BaseApplication):
Expand Down

0 comments on commit 85de20c

Please sign in to comment.