Skip to content

Commit 113a0dd

Browse files
committed
fix: repo is not being updated
1 parent 96bd288 commit 113a0dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.5"
1+
__version__ = "1.4.6"

api/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ async def root():
106106

107107
programming_books = ProgrammingBooks(repo_path = GIT_REPO_PATH)
108108

109+
programming_books.update_repo()
109110
programming_books.parse_books()
110111

111112
@app.get(

0 commit comments

Comments
 (0)