mirror of
https://git.roussel.pro/public-website/singapore_rain_radar.git
synced 2026-02-09 02:20:17 +01:00
bypassed browser fingerprinting
This commit is contained in:
@@ -6,7 +6,7 @@ const IMAGE_COUNT = 5;
|
||||
initImages(IMAGE_COUNT).then(() => {
|
||||
console.log('Downloaded initial images successfully');
|
||||
createVideo().then(() => {
|
||||
console.log('Generated final images successfully');
|
||||
console.log('Generated video successfully');
|
||||
});
|
||||
|
||||
});
|
||||
@@ -14,5 +14,8 @@ initImages(IMAGE_COUNT).then(() => {
|
||||
setInterval(() => {
|
||||
updateImages(IMAGE_COUNT).then(() => {
|
||||
console.log('Updated images successfully');
|
||||
createVideo().then(() => {
|
||||
console.log('Regenerated video successfully');
|
||||
});
|
||||
});
|
||||
}, 5 * 60 * 1000);
|
||||
|
||||
Reference in New Issue
Block a user