Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
dodolia907 committed Oct 3, 2024
1 parent a52ddd8 commit 6c644e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/routers/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
DATABASE_URL = os.path.abspath("./db/app.db")
CSV_OUTPUT_PATH = os.path.abspath("./static/stat.csv")


def write_csv():
conn = sqlite3.connect(DATABASE_URL)
cursor = conn.cursor()
Expand Down
1 change: 1 addition & 0 deletions app/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def canceled_placements(placements: placements_t): ...
@macro_template("completed-placements.html")
def completed_placements(placements: placements_t): ...


@macro_template("stat.html")
def stat(): ...

Expand Down

0 comments on commit 6c644e1

Please sign in to comment.