Skip to content

Commit

Permalink
Merge pull request #165 from lingr7/add
Browse files Browse the repository at this point in the history
fix(mobi): mobi -> moki #152
  • Loading branch information
yihong0618 authored Apr 5, 2024
2 parents a187bc1 + 806daa5 commit bb3e4e4
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 bb3e4e4

Please sign in to comment.