mirror of
https://github.com/yihong0618/Kindle_download_helper.git
synced 2025-11-22 07:59:04 +08:00
fix: com
This commit is contained in:
@@ -146,6 +146,8 @@ def generate_frc(device_id):
|
||||
|
||||
def login(email, password, domain="com", device_id=DEVICE_ID):
|
||||
is_com = domain == "com"
|
||||
if is_com:
|
||||
device_id = DEVICE_ID_COM
|
||||
tokens = get_tokens(is_com=is_com)
|
||||
if (
|
||||
tokens
|
||||
|
||||
Reference in New Issue
Block a user