diff options
author | emkael <emkael@tlen.pl> | 2022-01-31 21:39:23 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-01-31 21:39:23 +0100 |
commit | 9601f3be1ee5be711671a922c3282339aeb1ddf4 (patch) | |
tree | 7b402675b2029e49b5756f59c2e5ef77db8186cc /bin/refresh-fb-cache.php | |
parent | 489816e3573afff315f61292ba2e1afc2fe96a16 (diff) |
Another round of FB crap
Diffstat (limited to 'bin/refresh-fb-cache.php')
-rwxr-xr-x | bin/refresh-fb-cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/refresh-fb-cache.php b/bin/refresh-fb-cache.php index 4b702ef..ca50146 100755 --- a/bin/refresh-fb-cache.php +++ b/bin/refresh-fb-cache.php @@ -25,7 +25,7 @@ foreach ($cacheFiles as $file) { } } -$filesToFetch = ['Piwoteka', 'fermentlodz', '103731068463865', $fileToFetch]; +$filesToFetch = ['Piwoteka', 'fermentlodz', $fileToFetch]; foreach ($filesToFetch as $feed) { sleep(rand(60, 90)); |