Skip to content

Commit

Permalink
Fix regression where assets were not being detected
Browse files Browse the repository at this point in the history
  • Loading branch information
ned2 committed Mar 5, 2019
1 parent f4add3d commit 75f443c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slapdash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def create_flask(config_object=f"{__package__}.settings"):
def create_dash(server):
"""Create the Dash instance for this application"""
app = Dash(
name=__package__,
server=server,
suppress_callback_exceptions=True,
**get_dash_args_from_flask_config(server.config),
Expand Down

0 comments on commit 75f443c

Please sign in to comment.