MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / get_recent_changes

Function get_recent_changes

openlibrary/plugins/openlibrary/code.py:977–981  ·  view source on GitHub ↗
(*a, **kw)

Source from the content-addressed store, hash-verified

975
976@public
977def get_recent_changes(*a, **kw):
978 if "offset" in kw and kw["offset"] > 5000:
979 return []
980 else:
981 return _get_recentchanges(*a, **kw)
982
983
984local_ip = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected