Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep Dash scripts.config.serve_locally False #264

Merged
merged 3 commits into from Jul 10, 2018
Merged

Conversation

davidhpark
Copy link
Contributor

closes #263

@davidhpark davidhpark requested a review from davecap June 27, 2018 16:04
@@ -37,7 +37,6 @@ def __init__(self, name, *args, **kwargs):

super(SolveBioDash, self).__init__(name, *args, **kwargs)

self.scripts.config.serve_locally = True
self.config.supress_callback_exceptions = True
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might as well remove this one too and keep the default dash setting

@davecap davecap merged commit e9294d1 into master Jul 10, 2018
@davecap davecap deleted the fix-dash-serve-locally branch July 10, 2018 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Dash] scripts.config.serve_locally is set to True by default when it should be False
2 participants