Skip to content

Commit

Permalink
refactoring: rename directory flask_covid19 to project
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Dec 12, 2021
1 parent f29a550 commit 002eabe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ def owid_download():
owid_service.download()


@app.cli.command("owid-import")
def owid_import_file():
"""[OWID] import file"""
with app.app_context():
owid_service.import_file()


@app.cli.command("owid-update-full")
def owid_full_update():
"""[OWID] full update"""
Expand Down

0 comments on commit 002eabe

Please sign in to comment.