Files
Calibre-Web-Automated/cps/services
Smathev af57a69450 Should fix issue:
https://github.com/crocodilestick/Calibre-Web-Automated/issues/509

By changing 'is not' to '!=' so syncing reading progress is actually executed instead of the error we're seeing in the logs:
> WARN {py.warnings:109} /app/calibre-web-automated/cps/services/hardcover.py:110: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if len(ids) is not 0:<
2025-08-20 15:29:52 +02:00
..
2025-08-20 15:29:52 +02:00