Kobo sync limit set to 100

Remove python2 support from readme
This commit is contained in:
Ozzieisaacs
2021-01-04 18:45:25 +01:00
parent a659f2e49d
commit ca212c8737
2 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ KOBO_FORMATS = {"KEPUB": ["KEPUB"], "EPUB": ["EPUB3", "EPUB"]}
KOBO_STOREAPI_URL = "https://storeapi.kobo.com"
KOBO_IMAGEHOST_URL = "https://kbimages1-a.akamaihd.net"
SYNC_ITEM_LIMIT = 5
SYNC_ITEM_LIMIT = 100
kobo = Blueprint("kobo", __name__, url_prefix="/kobo/<auth_token>")
kobo_auth.disable_failed_auth_redirect_for_blueprint(kobo)