Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Fix: populate build_system
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed Sep 9, 2022
1 parent 839a6d8 commit d7cdf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/populate_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def update_library(book):
if res.rowcount == 0:
eng.execute(
"""insert into library
(title, subtitle, description, shelf_section, basecourse, is_visible, main_page )
(title, subtitle, description, shelf_section, basecourse, build_system, is_visible, main_page )
values('{title}', '{subtitle}', '{description}', '{shelf_section}',
'{basecourse}', '{is_visible}', '{main_page}') """.format(
'{basecourse}', '{build_system}', '{is_visible}', '{main_page}') """.format(
**book_info
)
)
Expand Down

0 comments on commit d7cdf88

Please sign in to comment.