diff options
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)); |