mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 18:35:04 +00:00
fix CRAWL_MANIFEST_API_VERSION
This commit is contained in:
parent
3c3443b3fd
commit
3d9db381e8
@ -210,7 +210,7 @@ foreach ($db->getHostCrawlQueue(CRAWL_HOST_LIMIT, time() - CRAWL_HOST_SECONDS_OF
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Skip processing on API version not compatible
|
// Skip processing on API version not compatible
|
||||||
if ($remoteManifest->result->api->version !== API_VERSION) {
|
if ($remoteManifest->result->api->version !== CRAWL_MANIFEST_API_VERSION) {
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user