Remove trailing slash

Signed-off-by: Russell <russell@troxel.io>
This commit is contained in:
Russell 2023-11-26 22:01:26 -08:00
parent 400c745692
commit 01108aac42
No known key found for this signature in database
GPG Key ID: 5F7D0246C9E0F3B2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ from .kobo_auth import requires_kobo_auth, get_auth_token
KOBO_FORMATS = {"KEPUB": ["KEPUB"], "EPUB": ["EPUB3", "EPUB"]}
KOBO_STOREAPI_URL = "https://storeapi.kobo.com"
KOBO_IMAGEHOST_URL = "https://cdn.kobo.com/book-images/"
KOBO_IMAGEHOST_URL = "https://cdn.kobo.com/book-images"
SYNC_ITEM_LIMIT = 100