Feat: import app from good place (index instead of app)

see https://dash.plotly.com/urls
This commit is contained in:
Bertrand Benjamin 2021-11-24 06:03:16 +01:00
parent 921292a0d2
commit ff1ecfef25
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# encoding: utf-8
import click
from recopytex.dashboard.app import app as dash
from recopytex.dashboard.index import app as dash
@click.group()
def cli():