Skip to content

Commit

Permalink
fix(mobi): mobi -> moki
Browse files Browse the repository at this point in the history
  • Loading branch information
lingr7 committed Apr 5, 2024
1 parent a187bc1 commit 806daa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kindle_download_helper/kindle.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import requests
import urllib3
from mobi import extract
from moki import extract
from requests.adapters import HTTPAdapter

from kindle_download_helper.config import (
Expand Down
2 changes: 1 addition & 1 deletion kindle_download_helper/no_kindle.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from requests.utils import cookiejar_from_dict
import xmltodict
from amazon.ion import simpleion
from mobi import extract
from moki import extract
from rich import print

from kindle_download_helper import amazon_api
Expand Down

0 comments on commit 806daa5

Please sign in to comment.