Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
obar1 committed Apr 4, 2024
1 parent 726c8af commit eef2ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function 0to100_sb {

url=https://learning.oreilly.com/library/view/the-pragmatic-programmer/9780135956977/
./main_sb.py snatch_book "$url"
exit 0
echo 'add any metadata you like'
echo '{"title": "The Pragmatic Programmer: your journey to mastery, 20th Anniversary Edition, 2nd Edition"}'> 9780135956977/9780135956977.json
./main_sb.py refresh_metadata "$url"
Expand Down
2 changes: 1 addition & 1 deletion zero_to_one_hundred/tests_sb/test_sb_config_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_provide__pass(get_config_map: SBConfigMap):
assert actual.get_oreilly_userpassword is not None
assert actual.get_oreilly_userpassword is not None
assert actual.get_split_pdf_pages == 100
assert actual.get_download_books is not None
assert actual.get_download_books is True


def test__repr__(get_config_map: SBConfigMap, get_map_yaml_path: str):
Expand Down

0 comments on commit eef2ab7

Please sign in to comment.